aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorMiles Bader2004-10-17 14:29:01 +0000
committerMiles Bader2004-10-17 14:29:01 +0000
commit8903a9c8e8500ba635dd91f144d5038b9c0aca4f (patch)
tree2b83df9d7fb4cf6a87c3ef1e1e537459e63772bf /man
parent90665a8192762fe5a380a77f7bcb3eb6c5fdc593 (diff)
downloademacs-8903a9c8e8500ba635dd91f144d5038b9c0aca4f.tar.gz
emacs-8903a9c8e8500ba635dd91f144d5038b9c0aca4f.zip
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621
Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-51 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-52 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-53 Merge from emacs--cvs-trunk--0 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/pop3.el (pop3-leave-mail-on-server): Describe possible problems in the doc string. * lisp/gnus/message.el (message-ignored-news-headers) (message-ignored-supersedes-headers) (message-ignored-resent-headers) (message-forward-ignored-headers): Improve custom type. 2004-10-15 Simon Josefsson <jas@extundo.com> * lisp/gnus/pop3.el (top-level): Don't require nnheader. (pop3-read-timeout): Add. (pop3-accept-process-output): Add. (pop3-read-response, pop3-retr): Use it. 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/message.el (message-bury): Use `window-dedicated-p'. 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de> * man/gnus.texi (New Features): Add 5.11. * man/message.texi (Resending): Remove wrong default value. * man/gnus.texi (Mail Source Specifiers): Describe possible problems of `pop3-leave-mail-on-server'. Add `pop3-movemail' and `pop3-leave-mail-on-server' to the index. 2004-10-15 Katsumi Yamaoka <yamaoka@jpl.org> * man/message.texi (Canceling News): Add how to set a password.
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog14
-rw-r--r--man/gnus.texi12
-rw-r--r--man/message.texi11
3 files changed, 31 insertions, 6 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 8aec01712ef..784dd505f9a 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,17 @@
12004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * gnus.texi (New Features): Add 5.11.
4
5 * message.texi (Resending): Remove wrong default value.
6
7 * gnus.texi (Mail Source Specifiers): Describe possible problems
8 of `pop3-leave-mail-on-server'. Add `pop3-movemail' and
9 `pop3-leave-mail-on-server' to the index.
10
112004-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
12
13 * message.texi (Canceling News): Add how to set a password.
14
12004-10-12 Reiner Steib <Reiner.Steib@gmx.de> 152004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
2 16
3 * gnus-faq.texi ([5.9]): Improve code for reply-in-news. 17 * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
diff --git a/man/gnus.texi b/man/gnus.texi
index a62e9bcf149..ca9045bf5b9 100644
--- a/man/gnus.texi
+++ b/man/gnus.texi
@@ -885,7 +885,7 @@ New Features
885* Red Gnus:: Third time best---Gnus 5.4/5.5. 885* Red Gnus:: Third time best---Gnus 5.4/5.5.
886* Quassia Gnus:: Two times two is four, or Gnus 5.6/5.7. 886* Quassia Gnus:: Two times two is four, or Gnus 5.6/5.7.
887* Pterodactyl Gnus:: Pentad also starts with P, AKA Gnus 5.8/5.9. 887* Pterodactyl Gnus:: Pentad also starts with P, AKA Gnus 5.8/5.9.
888* Oort Gnus:: It's big. It's far out. Gnus 5.10. 888* Oort Gnus:: It's big. It's far out. Gnus 5.10/5.11.
889 889
890Customization 890Customization
891 891
@@ -13538,10 +13538,16 @@ and says what authentication scheme to use. The default is
13538 13538
13539@end table 13539@end table
13540 13540
13541@vindex pop3-movemail
13542@vindex pop3-leave-mail-on-server
13541If the @code{:program} and @code{:function} keywords aren't specified, 13543If the @code{:program} and @code{:function} keywords aren't specified,
13542@code{pop3-movemail} will be used. If the 13544@code{pop3-movemail} will be used. If the
13543@code{pop3-leave-mail-on-server} is non-@code{nil} the mail is to be 13545@code{pop3-leave-mail-on-server} is non-@code{nil} the mail is to be
13544left on the POP server after fetching. 13546left on the @acronym{POP} server after fetching when using
13547@code{pop3-movemail}. Note that POP servers maintain no state
13548information between sessions, so what the client believes is there and
13549what is actually there may not match up. If they do not, then the whole
13550thing can fall apart and leave you with a corrupt mailbox.
13545 13551
13546Here are some examples. Fetch from the default @acronym{POP} server, 13552Here are some examples. Fetch from the default @acronym{POP} server,
13547using the default user name, and default fetcher: 13553using the default user name, and default fetcher:
@@ -25050,7 +25056,7 @@ actually are people who are using Gnus. Who'd'a thunk it!
25050* Red Gnus:: Third time best---Gnus 5.4/5.5. 25056* Red Gnus:: Third time best---Gnus 5.4/5.5.
25051* Quassia Gnus:: Two times two is four, or Gnus 5.6/5.7. 25057* Quassia Gnus:: Two times two is four, or Gnus 5.6/5.7.
25052* Pterodactyl Gnus:: Pentad also starts with P, AKA Gnus 5.8/5.9. 25058* Pterodactyl Gnus:: Pentad also starts with P, AKA Gnus 5.8/5.9.
25053* Oort Gnus:: It's big. It's far out. Gnus 5.10. 25059* Oort Gnus:: It's big. It's far out. Gnus 5.10/5.11.
25054@end menu 25060@end menu
25055 25061
25056These lists are, of course, just @emph{short} overviews of the 25062These lists are, of course, just @emph{short} overviews of the
diff --git a/man/message.texi b/man/message.texi
index 6a52698ddb5..25f1d12d33b 100644
--- a/man/message.texi
+++ b/man/message.texi
@@ -224,7 +224,13 @@ only you can cancel your own messages, which is nice. The downside
224is that if you lose your @file{.emacs} file (which is where Gnus 224is that if you lose your @file{.emacs} file (which is where Gnus
225stores the secret cancel lock password (which is generated 225stores the secret cancel lock password (which is generated
226automatically the first time you use this feature)), you won't be 226automatically the first time you use this feature)), you won't be
227able to cancel your message. 227able to cancel your message. If you yourself want to manage a password,
228you can put something like the following in your @file{~/.gnus.el} file:
229
230@lisp
231(setq canlock-password "Salam Shalom"
232 canlock-password-for-verify canlock-password)
233@end lisp
228 234
229Whether to insert the header or not is controlled by the 235Whether to insert the header or not is controlled by the
230@code{message-insert-canlock} variable. 236@code{message-insert-canlock} variable.
@@ -309,8 +315,7 @@ and resend the message in the current buffer to that address.
309 315
310@vindex message-ignored-resent-headers 316@vindex message-ignored-resent-headers
311Headers that match the @code{message-ignored-resent-headers} regexp will 317Headers that match the @code{message-ignored-resent-headers} regexp will
312be removed before sending the message. The default is 318be removed before sending the message.
313@samp{^Return-receipt}.
314 319
315 320
316@node Bouncing 321@node Bouncing