diff options
| author | Reiner Steib | 2008-03-08 15:51:24 +0000 |
|---|---|---|
| committer | Reiner Steib | 2008-03-08 15:51:24 +0000 |
| commit | 38711604b6983aa526124770ec76c84b41748744 (patch) | |
| tree | 1d6f8e089dd593db6c8db63b3a1f952ee57c6a62 | |
| parent | d59cff5af2f1ea3d43ee8a9592ef52d3d1c19871 (diff) | |
| download | emacs-38711604b6983aa526124770ec76c84b41748744.tar.gz emacs-38711604b6983aa526124770ec76c84b41748744.zip | |
(Mail Source Customization, Gnus Development, Oort Gnus):
Update for change of `mail-source-delete-incoming'.
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | man/gnus.texi | 21 |
2 files changed, 21 insertions, 5 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 3c0d23a5c45..03805901450 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 2 | |||
| 3 | * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus): | ||
| 4 | Update for change of `mail-source-delete-incoming'. | ||
| 5 | |||
| 1 | 2008-03-06 Kim F. Storm <storm@cua.dk> | 6 | 2008-03-06 Kim F. Storm <storm@cua.dk> |
| 2 | 7 | ||
| 3 | * help.texi (Help Files): Rename view-todo to view-emacs-toto. | 8 | * help.texi (Help Files): Rename view-todo to view-emacs-toto. |
diff --git a/man/gnus.texi b/man/gnus.texi index ca5cdc417a3..f3e82e6571c 100644 --- a/man/gnus.texi +++ b/man/gnus.texi | |||
| @@ -14076,14 +14076,17 @@ variables. | |||
| 14076 | File where mail will be stored while processing it. The default is@* | 14076 | File where mail will be stored while processing it. The default is@* |
| 14077 | @file{~/.emacs-mail-crash-box}. | 14077 | @file{~/.emacs-mail-crash-box}. |
| 14078 | 14078 | ||
| 14079 | @cindex Incoming* | ||
| 14079 | @item mail-source-delete-incoming | 14080 | @item mail-source-delete-incoming |
| 14080 | @vindex mail-source-delete-incoming | 14081 | @vindex mail-source-delete-incoming |
| 14081 | If non-@code{nil}, delete incoming files after handling them. If | 14082 | If non-@code{nil}, delete incoming files after handling them. If |
| 14082 | @code{t}, delete the files immediately, if @code{nil}, never delete any | 14083 | @code{t}, delete the files immediately, if @code{nil}, never delete any |
| 14083 | files. If a positive number, delete files older than number of days | 14084 | files. If a positive number, delete files older than number of days |
| 14084 | (This will only happen, when receiving new mail). You may also set | 14085 | (the deletion will only happen when receiving new mail). You may also |
| 14085 | @code{mail-source-delete-incoming} to @code{nil} and call | 14086 | set @code{mail-source-delete-incoming} to @code{nil} and call |
| 14086 | @code{mail-source-delete-old-incoming} from a hook or interactively. | 14087 | @code{mail-source-delete-old-incoming} from a hook or interactively. |
| 14088 | @code{mail-source-delete-incoming} defaults to @code{2} in alpha Gnusae | ||
| 14089 | and @code{10} in released Gnusae. @xref{Gnus Development}. | ||
| 14087 | 14090 | ||
| 14088 | @item mail-source-delete-old-incoming-confirm | 14091 | @item mail-source-delete-old-incoming-confirm |
| 14089 | @vindex mail-source-delete-old-incoming-confirm | 14092 | @vindex mail-source-delete-old-incoming-confirm |
| @@ -25591,10 +25594,10 @@ supposed to be able to use these, and these are mostly discussed on the | |||
| 25591 | 25594 | ||
| 25592 | @cindex Incoming* | 25595 | @cindex Incoming* |
| 25593 | @vindex mail-source-delete-incoming | 25596 | @vindex mail-source-delete-incoming |
| 25594 | Some variable defaults differ between alpha Gnusae and released Gnusae. | 25597 | Some variable defaults differ between alpha Gnusae and released Gnusae, |
| 25595 | In particular, @code{mail-source-delete-incoming} defaults to @code{nil} in | 25598 | in particular, @code{mail-source-delete-incoming}. This is to prevent |
| 25596 | alpha Gnusae and @code{t} in released Gnusae. This is to prevent | ||
| 25597 | lossage of mail if an alpha release hiccups while handling the mail. | 25599 | lossage of mail if an alpha release hiccups while handling the mail. |
| 25600 | @xref{Mail Source Customization}. | ||
| 25598 | 25601 | ||
| 25599 | The division of discussion between the ding mailing list and the Gnus | 25602 | The division of discussion between the ding mailing list and the Gnus |
| 25600 | newsgroup is not purely based on publicity concerns. It's true that | 25603 | newsgroup is not purely based on publicity concerns. It's true that |
| @@ -25607,6 +25610,9 @@ either discarded or totally rewritten. People reading the mailing list | |||
| 25607 | usually keep up with these rapid changes, while people on the newsgroup | 25610 | usually keep up with these rapid changes, while people on the newsgroup |
| 25608 | can't be assumed to do so. | 25611 | can't be assumed to do so. |
| 25609 | 25612 | ||
| 25613 | @c FIXME: | ||
| 25614 | @c ding = gmane.emacs.gnus.general | ||
| 25615 | @c newsgroup = gnu.emacs.gnus = gmane.emacs.gnus.user = info-gnus-english | ||
| 25610 | 25616 | ||
| 25611 | 25617 | ||
| 25612 | @node Contributors | 25618 | @node Contributors |
| @@ -26837,6 +26843,11 @@ variables should change those regexps accordingly. For example: | |||
| 26837 | ("^han\\>" euc-kr) -> ("\\(^\\|:\\)han\\>" euc-kr) | 26843 | ("^han\\>" euc-kr) -> ("\\(^\\|:\\)han\\>" euc-kr) |
| 26838 | @end lisp | 26844 | @end lisp |
| 26839 | 26845 | ||
| 26846 | @item | ||
| 26847 | Old intermediate incoming mail files (@file{Incoming*}) are deleted | ||
| 26848 | after a couple of days, not immediately. @xref{Mail Source | ||
| 26849 | Customization}. (New in Gnus 5.10.10) | ||
| 26850 | |||
| 26840 | @end itemize | 26851 | @end itemize |
| 26841 | 26852 | ||
| 26842 | @item Changes in summary and article mode | 26853 | @item Changes in summary and article mode |