(Mail Spool): Mention that `nnml-use-compressed-files' requires
authorRomain Francoise <romain@orebokech.com>
Sun, 11 Sep 2005 13:41:20 +0000 (13:41 +0000)
committerRomain Francoise <romain@orebokech.com>
Sun, 11 Sep 2005 13:41:20 +0000 (13:41 +0000)
`auto-compression-mode' to be enabled.  Add new nnml variable
`nnml-compressed-files-size-threshold'.

texi/ChangeLog
texi/gnus.texi

index da28578..848bb7f 100644 (file)
@@ -1,3 +1,9 @@
+2005-09-11  Romain Francoise  <romain@orebokech.com>
+
+       * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
+       requires `auto-compression-mode' to be enabled.  Add new nnml
+       variable `nnml-compressed-files-size-threshold'.
+
 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus.texi (Sorting the Summary Buffer): Added
index 83a31ba..892f22d 100644 (file)
@@ -15126,7 +15126,15 @@ The name of the @dfn{marks} files.  The default is @file{.marks}.
 @item nnml-use-compressed-files
 @vindex nnml-use-compressed-files
 If non-@code{nil}, @code{nnml} will allow using compressed message
-files.
+files.  This variable requires @code{auto-compression-mode} to be
+enabled (@pxref{Compressed Files, ,Compressed Files, emacs, The Emacs
+Manual})
+
+@item nnml-compressed-files-size-threshold
+@vindex nnml-compressed-files-size-threshold
+Default size threshold for compressed message files.  Message files with
+bodies larger than that many characters will be automatically compressed
+if @code{nnml-use-compressed-files} is non-nil.
 
 @end table