aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorMiles Bader2008-09-25 15:38:29 +0000
committerMiles Bader2008-09-25 15:38:29 +0000
commite52cac880512b377df736dff328243ba2d82be22 (patch)
treeb86ad23aaab236732683bcd4492e7db1d5c02199 /doc/misc
parent4b8643d33e86312ad0c2bb4c289b653ba4da8b3a (diff)
downloademacs-e52cac880512b377df736dff328243ba2d82be22.tar.gz
emacs-e52cac880512b377df736dff328243ba2d82be22.zip
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1429
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog11
-rw-r--r--doc/misc/gnus.texi14
-rw-r--r--doc/misc/message.texi5
3 files changed, 23 insertions, 7 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 0da88c2d8ad..0e83e083383 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,12 @@
12008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * message.texi (Sending Variables): Added `message-confirm-send' doc.
4
52008-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
6
7 * gnus.texi (The Gnus Registry): Don't give argument to @item used in
8 @enumerate section so as to be able to be formatted with MAKEINFO=no.
9
12008-09-22 Bill Wohler <wohler@newt.com> 102008-09-22 Bill Wohler <wohler@newt.com>
2 11
3 Release MH-E manual version 8.1. 12 Release MH-E manual version 8.1.
@@ -9,7 +18,7 @@
9 However, bump GPL to Version 3. 18 However, bump GPL to Version 3.
10 Use @include for license text. 19 Use @include for license text.
11 20
122008-09-19 Katsumi Yamaoka <yamaoka@jpl.org> 212008-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
13 22
14 * gnus.texi (Top, Setup, Fancy splitting to parent) 23 * gnus.texi (Top, Setup, Fancy splitting to parent)
15 (Store custom flags and keywords, Store arbitrary data): Clean up 24 (Store custom flags and keywords, Store arbitrary data): Clean up
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index cf6d65282a8..672fda1fb5d 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -26506,7 +26506,6 @@ Save table: (spam-stat-save)
26506 26506
26507@node The Gnus Registry 26507@node The Gnus Registry
26508@section The Gnus Registry 26508@section The Gnus Registry
26509
26510@cindex registry 26509@cindex registry
26511@cindex split 26510@cindex split
26512@cindex track 26511@cindex track
@@ -26521,26 +26520,29 @@ Although they will be explained in detail shortly, here's a quick list
26521of said features in case your attention span is... never mind. 26520of said features in case your attention span is... never mind.
26522 26521
26523@enumerate 26522@enumerate
26523@item
26524Split messages to their parent
26524 26525
26525@item Split messages to their parent
26526This keeps discussions in the same group. You can use the subject and 26526This keeps discussions in the same group. You can use the subject and
26527the sender in addition to the Message-ID. Several strategies are 26527the sender in addition to the Message-ID. Several strategies are
26528available. 26528available.
26529 26529
26530@item Store custom flags and keywords 26530@item
26531Store custom flags and keywords
26532
26531The registry can store custom flags and keywords for a message. For 26533The registry can store custom flags and keywords for a message. For
26532instance, you can mark a message ``To-Do'' this way and the flag will 26534instance, you can mark a message ``To-Do'' this way and the flag will
26533persist whether the message is in the nnimap, nnml, nnmaildir, 26535persist whether the message is in the nnimap, nnml, nnmaildir,
26534etc. backends. 26536etc. backends.
26535 26537
26536@item Store arbitrary data 26538@item
26539Store arbitrary data
26540
26537Through a simple ELisp API, the registry can remember any data for a 26541Through a simple ELisp API, the registry can remember any data for a
26538message. A built-in inverse map, when activated, allows quick lookups 26542message. A built-in inverse map, when activated, allows quick lookups
26539of all messages matching a particular set of criteria. 26543of all messages matching a particular set of criteria.
26540
26541@end enumerate 26544@end enumerate
26542 26545
26543
26544@menu 26546@menu
26545* Setup:: 26547* Setup::
26546* Fancy splitting to parent:: 26548* Fancy splitting to parent::
diff --git a/doc/misc/message.texi b/doc/misc/message.texi
index 02bf0f49856..353089da264 100644
--- a/doc/misc/message.texi
+++ b/doc/misc/message.texi
@@ -2223,6 +2223,11 @@ non-@code{nil}, attach local files as external parts.
2223If non-@code{nil} wait for and display errors when sending a message; 2223If non-@code{nil} wait for and display errors when sending a message;
2224if @code{nil} let the mailer mail back a message to report errors. 2224if @code{nil} let the mailer mail back a message to report errors.
2225 2225
2226@item message-confirm-send
2227@vindex message-confirm-send
2228If non-@code{nil} display a y/n prompt before actually sending the
2229message.
2230
2226@end table 2231@end table
2227 2232
2228 2233