diff options
author | Miles Bader <miles@gnu.org> | 2004-10-17 14:29:01 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2004-10-17 14:29:01 +0000 |
commit | 8903a9c8e8500ba635dd91f144d5038b9c0aca4f (patch) | |
tree | 2b83df9d7fb4cf6a87c3ef1e1e537459e63772bf /man/message.texi | |
parent | 90665a8192762fe5a380a77f7bcb3eb6c5fdc593 (diff) | |
download | emacs-8903a9c8e8500ba635dd91f144d5038b9c0aca4f.tar.gz |
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/message.texi')
-rw-r--r-- | man/message.texi | 11 |
1 files changed, 8 insertions, 3 deletions
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 is that if you lose your @file{.emacs} file (which is where Gnus stores the secret cancel lock password (which is generated automatically the first time you use this feature)), you won't be -able to cancel your message. +able to cancel your message. If you yourself want to manage a password, +you can put something like the following in your @file{~/.gnus.el} file: + +@lisp +(setq canlock-password "Salam Shalom" + canlock-password-for-verify canlock-password) +@end lisp Whether to insert the header or not is controlled by the @code{message-insert-canlock} variable. @@ -309,8 +315,7 @@ and resend the message in the current buffer to that address. @vindex message-ignored-resent-headers Headers that match the @code{message-ignored-resent-headers} regexp will -be removed before sending the message. The default is -@samp{^Return-receipt}. +be removed before sending the message. @node Bouncing |