X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=texi%2Fgnus.texi;h=3574a133906bc43f09234ae64592065895a4edec;hb=3801d6e54adc7e25be57560ed9d94315de04b097;hp=de86ffd90ccd4c4cb8a6ca76d9bc4c8debbeab88;hpb=82e735b1ed9649c0f9d8b0fd38c281719c7d074c;p=elisp%2Fgnus.git- diff --git a/texi/gnus.texi b/texi/gnus.texi index de86ffd..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 @@ -18364,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