X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=texi%2Fgnus.texi;h=3574a133906bc43f09234ae64592065895a4edec;hb=3801d6e54adc7e25be57560ed9d94315de04b097;hp=77fcd29087f746c3cb976fda8cc4827eaefe1276;hpb=e28ef5605c875b9bd7d82dfab6ffb7b82479c531;p=elisp%2Fgnus.git- diff --git a/texi/gnus.texi b/texi/gnus.texi index 77fcd29..3574a13 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -885,6 +885,7 @@ Filtering Spam Using The Spam ELisp Package * Blackholes:: * Regular Expressions Header Matching:: * Bogofilter:: +* SpamAssassin backend:: * ifile spam filtering:: * spam-stat spam filtering:: * SpamOracle:: @@ -1903,6 +1904,12 @@ the group lately. A string that says when you last read the group (@pxref{Group Timestamp}). +@item F +The disk space used by the articles fetched by both the cache and +agent. The value is automatically scaled to bytes(B), kilobytes(K), +megabytes(M), or gigabytes(G) to minimize the column width. A format +of %7F is sufficient for a fixed-width column. + @item u User defined specifier. The next character in the format string should be a letter. Gnus will call the function @@ -9474,6 +9481,10 @@ encode using quoted-printable) or @code{t} (always use 8bit). @cindex coding system aliases @cindex preferred charset +@xref{Encoding Customization, , Encoding Customization, emacs-mime, +The Emacs MIME Manual}, for additional variables that control which +MIME charsets are used when sending messages. + Other charset tricks that may be useful, although not Gnus-specific: If there are several @acronym{MIME} charsets that encode the same Emacs @@ -12886,9 +12897,42 @@ the telnet command requires a pseudo-tty allocation on an intermediate host. @end table +Note that you may want to change the value for @code{nntp-end-of-line} +to @samp{\n} (@pxref{Common Variables}). + +@item nntp-open-via-rlogin-and-netcat +@findex nntp-open-via-rlogin-and-netcat +Does essentially the same, but uses @samp{netcat} +(@uref{http://netcat.sourceforge.net/}) instead of @samp{telnet} to +connect to the real @acronym{NNTP} server from the intermediate host. + +@code{nntp-open-via-rlogin-and-netcat}-specific variables: + +@table @code +@item nntp-via-netcat-command +@vindex nntp-via-netcat-command +Command used to connect to the real @acronym{NNTP} server from the +intermediate host. The default is @samp{nc}. You can also use other +programs like @samp{connect} +(@uref{http://www.imasy.or.jp/~gotoh/ssh/connect.html}) instead. + +@item nntp-via-netcat-switches +@vindex nntp-via-netcat-switches +List of strings to be used as the switches to the +@code{nntp-via-telnet-command} command. The default is @code{nil}. + +@item nntp-via-rlogin-command +Command used to log in on the intermediate host. The default is +@samp{rsh}, but @samp{ssh} is a popular alternative. + +@item nntp-via-rlogin-command-switches +List of strings to be used as the switches to +@code{nntp-via-rlogin-command}. The default is @code{nil}. +@end table + @item nntp-open-via-telnet-and-telnet @findex nntp-open-via-telnet-and-telnet -Does essentially the same, but uses @samp{telnet} instead of +Does essentially also the same, but uses @samp{telnet} instead of @samp{rlogin} to connect to the intermediate host. @code{nntp-open-via-telnet-and-telnet}-specific variables: @@ -12921,6 +12965,8 @@ is @samp{bash\\|\$ *\r?$\\|> *\r?}. @end table +Note that you may want to change the value for @code{nntp-end-of-line} +to @samp{\n} (@pxref{Common Variables}). @end table @@ -12973,7 +13019,7 @@ not work with named ports. @vindex nntp-end-of-line String to use as end-of-line marker when talking to the @acronym{NNTP} server. This is @samp{\r\n} by default, but should be @samp{\n} when -using a non native connection function. +using a non native telnet connection function. @item nntp-telnet-command @vindex nntp-telnet-command @@ -15871,6 +15917,21 @@ An easy way to get started with @code{nnrss} is to say something like the following in the group buffer: @kbd{B nnrss RET y}, then subscribe to groups. +@cindex OPML +You can also use the following commands to import and export your +subscriptions from a file in @acronym{OPML} format (Outline Processor +Markup Language). + +@defun nnrss-opml-import file +Prompt for an @acronym{OPML} file, and subscribe to each feed in the +file. +@end defun + +@defun nnrss-opml-export +Write your current @acronym{RSS} subscriptions to a buffer in +@acronym{OPML} format. +@end defun + The following @code{nnrss} variables can be altered: @table @code @@ -18314,6 +18375,15 @@ parameters, may be set on an Agent Category (@pxref{Agent Categories}), a Group Topic (@pxref{Topic Parameters}), or an individual group (@pxref{Group Parameters}). +The one problem common to all users using the agent is how quickly it +can consume disk space. If you using the agent on many groups, it is +even more difficult to effectively recover disk space. One solution +is the @samp{%F} format available in @code{gnus-group-line-format}. +This format will display the actual disk space used by articles +fetched into both the agent and cache. By knowing which groups use +the most space, users know where to focus their efforts when ``agent +expiring'' articles. + @node Agent as Cache @subsection Agent as Cache @@ -23153,8 +23223,7 @@ customizing the group parameters or the @code{gnus-spam-process-newsgroups} variable. When this symbol is added to a group's @code{spam-process} parameter, the senders of ham-marked articles in @emph{ham} groups will be added to the -whitelist. Note that this ham processor has no effect in @emph{spam} -or @emph{unclassified} groups. +whitelist. @emph{WARNING} @@ -23219,8 +23288,7 @@ customizing the group parameters or the @code{gnus-spam-process-newsgroups} variable. When this symbol is added to a group's @code{spam-process} parameter, the senders of ham-marked articles in @emph{ham} groups will be added to the -BBDB. Note that this ham processor has no effect in @emph{spam} -or @emph{unclassified} groups. +BBDB. @emph{WARNING} @@ -23432,8 +23500,7 @@ customizing the group parameters or the @code{gnus-spam-process-newsgroups} variable. When this symbol is added to a group's @code{spam-process} parameter, the ham-marked articles in @emph{ham} groups will be added to the Bogofilter database -of non-spam messages. Note that this ham processor has no effect in -@emph{spam} or @emph{unclassified} groups. +of non-spam messages. @emph{WARNING} @@ -23589,8 +23656,7 @@ customizing the group parameters or the @code{gnus-spam-process-newsgroups} variable. When this symbol is added to a group's @code{spam-process} parameter, the ham-marked articles in @emph{ham} groups will be added to the spam-stat database -of non-spam messages. Note that this ham processor has no effect in -@emph{spam} or @emph{unclassified} groups. +of non-spam messages. @emph{WARNING} @@ -23698,8 +23764,7 @@ customizing the group parameter or the @code{gnus-spam-process-newsgroups} variable. When this symbol is added to a group's @code{spam-process} parameter, the ham-marked articles in @emph{ham} groups will be sent to the SpamOracle as samples of ham -messages. Note that this ham processor has no effect in @emph{spam} or -@emph{unclassified} groups. +messages. @emph{WARNING}