aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorMiles Bader2008-03-10 02:39:21 +0000
committerMiles Bader2008-03-10 02:39:21 +0000
commit37a68866aa6fd30bcd423b48cb8871b80027f0ba (patch)
tree9f1b2ad74fc6a96df14cf189def2d74d8e2c40f5 /doc/misc
parent8f7abae3a9c0dcb827f50688e802d634c7461ece (diff)
downloademacs-37a68866aa6fd30bcd423b48cb8871b80027f0ba.tar.gz
emacs-37a68866aa6fd30bcd423b48cb8871b80027f0ba.zip
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1099
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog7
-rw-r--r--doc/misc/gnus-news.texi13
-rw-r--r--doc/misc/gnus.texi21
3 files changed, 36 insertions, 5 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 65f8a57c4fd..b6837862a97 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,5 +1,12 @@
12008-03-10 Reiner Steib <Reiner.Steib@gmx.de> 12008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
2 2
3 * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
4 Update for change of `mail-source-delete-incoming'.
5
6 * gnus-news.texi: Ditto.
7
82008-03-10 Reiner Steib <Reiner.Steib@gmx.de>
9
3 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for 10 * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
4 custom versions. 11 custom versions.
5 12
diff --git a/doc/misc/gnus-news.texi b/doc/misc/gnus-news.texi
index b3b06520b58..3e0a47dd7d8 100644
--- a/doc/misc/gnus-news.texi
+++ b/doc/misc/gnus-news.texi
@@ -77,6 +77,19 @@ connections are managed by this mechanism, after querying the user
77about whether to do so. 77about whether to do so.
78@end itemize 78@end itemize
79 79
80@item Changes in group mode
81@c ************************
82
83@itemize @bullet
84@item
85Old intermediate incoming mail files (@file{Incoming*}) are deleted
86after a couple of days, not immediately. @xref{Mail Source
87Customization}.
88@c New in Gnus 5.10.10 / No Gnus 0.8
89@c This entry is also present in the node "Oort Gnus".
90
91@end itemize
92
80@item Changes in summary and article mode 93@item Changes in summary and article mode
81 94
82@itemize @bullet 95@itemize @bullet
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index f90b0f96847..28dd6a1da3f 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -14622,14 +14622,17 @@ variables.
14622File where mail will be stored while processing it. The default is@* 14622File where mail will be stored while processing it. The default is@*
14623@file{~/.emacs-mail-crash-box}. 14623@file{~/.emacs-mail-crash-box}.
14624 14624
14625@cindex Incoming*
14625@item mail-source-delete-incoming 14626@item mail-source-delete-incoming
14626@vindex mail-source-delete-incoming 14627@vindex mail-source-delete-incoming
14627If non-@code{nil}, delete incoming files after handling them. If 14628If non-@code{nil}, delete incoming files after handling them. If
14628@code{t}, delete the files immediately, if @code{nil}, never delete any 14629@code{t}, delete the files immediately, if @code{nil}, never delete any
14629files. If a positive number, delete files older than number of days 14630files. If a positive number, delete files older than number of days
14630(This will only happen, when receiving new mail). You may also set 14631(the deletion will only happen when receiving new mail). You may also
14631@code{mail-source-delete-incoming} to @code{nil} and call 14632set @code{mail-source-delete-incoming} to @code{nil} and call
14632@code{mail-source-delete-old-incoming} from a hook or interactively. 14633@code{mail-source-delete-old-incoming} from a hook or interactively.
14634@code{mail-source-delete-incoming} defaults to @code{2} in alpha Gnusae
14635and @code{10} in released Gnusae. @xref{Gnus Development}.
14633 14636
14634@item mail-source-delete-old-incoming-confirm 14637@item mail-source-delete-old-incoming-confirm
14635@vindex mail-source-delete-old-incoming-confirm 14638@vindex mail-source-delete-old-incoming-confirm
@@ -26198,10 +26201,10 @@ supposed to be able to use these, and these are mostly discussed on the
26198 26201
26199@cindex Incoming* 26202@cindex Incoming*
26200@vindex mail-source-delete-incoming 26203@vindex mail-source-delete-incoming
26201Some variable defaults differ between alpha Gnusae and released Gnusae. 26204Some variable defaults differ between alpha Gnusae and released Gnusae,
26202In particular, @code{mail-source-delete-incoming} defaults to @code{nil} in 26205in particular, @code{mail-source-delete-incoming}. This is to prevent
26203alpha Gnusae and @code{t} in released Gnusae. This is to prevent
26204lossage of mail if an alpha release hiccups while handling the mail. 26206lossage of mail if an alpha release hiccups while handling the mail.
26207@xref{Mail Source Customization}.
26205 26208
26206The division of discussion between the ding mailing list and the Gnus 26209The division of discussion between the ding mailing list and the Gnus
26207newsgroup is not purely based on publicity concerns. It's true that 26210newsgroup is not purely based on publicity concerns. It's true that
@@ -26214,6 +26217,9 @@ either discarded or totally rewritten. People reading the mailing list
26214usually keep up with these rapid changes, while people on the newsgroup 26217usually keep up with these rapid changes, while people on the newsgroup
26215can't be assumed to do so. 26218can't be assumed to do so.
26216 26219
26220@c FIXME:
26221@c ding = gmane.emacs.gnus.general
26222@c newsgroup = gnu.emacs.gnus = gmane.emacs.gnus.user = info-gnus-english
26217 26223
26218 26224
26219@node Contributors 26225@node Contributors
@@ -27445,6 +27451,11 @@ variables should change those regexps accordingly. For example:
27445("^han\\>" euc-kr) -> ("\\(^\\|:\\)han\\>" euc-kr) 27451("^han\\>" euc-kr) -> ("\\(^\\|:\\)han\\>" euc-kr)
27446@end lisp 27452@end lisp
27447 27453
27454@item
27455Old intermediate incoming mail files (@file{Incoming*}) are deleted
27456after a couple of days, not immediately. @xref{Mail Source
27457Customization}. (New in Gnus 5.10.10)
27458
27448@end itemize 27459@end itemize
27449 27460
27450@item Changes in summary and article mode 27461@item Changes in summary and article mode