(Mail and Post): Updated `gnus-user-agent'.
authorReiner Steib <Reiner.Steib@gmx.de>
Mon, 3 Mar 2003 18:32:57 +0000 (18:32 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Mon, 3 Mar 2003 18:32:57 +0000 (18:32 +0000)
(Mail Source Customization): Added `mail-source-delete-incoming'
and `mail-source-delete-old-incoming-confirm'.

texi/ChangeLog
texi/gnus.texi

index 5222759..c1e66a1 100644 (file)
@@ -1,6 +1,8 @@
 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus.texi (Mail and Post): Updated `gnus-user-agent'.
+       (Mail Source Customization): Added `mail-source-delete-incoming'
+       and `mail-source-delete-old-incoming-confirm'.
 
 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
 
@@ -14,7 +16,7 @@
 
        * gnus.texi: New values, 'to-list and 'cc-list, for
        gnus-boring-article-headers.
-       
+
 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * gnus.texi (Extending the spam elisp package): added mention of
index 2a01ca6..6603f7e 100644 (file)
@@ -13351,7 +13351,18 @@ File where mail will be stored while processing it.  The default is
 
 @item mail-source-delete-incoming
 @vindex mail-source-delete-incoming
-If non-@code{nil}, delete incoming files after handling them.
+If non-@code{nil}, delete incoming files after handling them.  If
+@code{t}, delete the files immediately, if @code{nil}, never delete any
+files.  If a positive number, delete files older than number of days
+(This will only happen, when reveiving new mail).  You may also set
+@code{mail-source-delete-incoming} to @code{nil} and call
+@code{mail-source-delete-old-incoming} from a hook or interactively.
+
+@item mail-source-delete-old-incoming-confirm
+@vindex mail-source-delete-old-incoming-confirm
+If @code{non-nil}, ask for for confirmation before deleting old incoming
+files.  This variable only applies when
+@code{mail-source-delete-incoming} is a positive number.
 
 @item mail-source-ignore-errors
 @vindex mail-source-ignore-errors