diff options
author | Miles Bader <miles@gnu.org> | 2004-10-18 22:23:44 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2004-10-18 22:23:44 +0000 |
commit | 531e5812c44a54d0ad6cfe2809e81fbe6b711d13 (patch) | |
tree | 79d7a18cd1648fbc9f5dc6298cec5197df04f887 /man/message.texi | |
parent | c8d8f3225ec355dc134bf0af287f00c19c4d6d52 (diff) | |
download | emacs-531e5812c44a54d0ad6cfe2809e81fbe6b711d13.tar.gz |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-626
Merge from gnus--rel--5.10
Patches applied:
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-54
Update from CVS
2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/mml.el (mml-preview): Use `pop-to-buffer'.
* lisp/gnus/message.el (message-goto-mail-followup-to): Insert after "To".
(message-carefully-insert-headers): Add comment.
* lisp/gnus/gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
* lisp/gnus/gnus-art.el (gnus-button-alist): Improve
`gnus-button-handle-library' entry.
* lisp/gnus/gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
* lisp/gnus/gnus-group.el (gnus-group-get-new-news-this-group): Added
doc-string.
* lisp/gnus/gnus-start.el (gnus-activate-group): Added doc-string.
* lisp/gnus/gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
handle manual section.
* lisp/gnus/imap.el (imap-store-password): New variable.
(imap-interactive-login): Use it.
Suggested by Mark Plaksin <happy@mcplaksin.org>.
* lisp/gnus/gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
/ in mailto URLs.
* lisp/gnus/spam.el (spam-directory): Derive from `gnus-directory'.
* lisp/gnus/gnus-sum.el (gnus-pick-line-number): Add autoload.
Diffstat (limited to 'man/message.texi')
-rw-r--r-- | man/message.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/message.texi b/man/message.texi index 25f1d12d33b..b4e20f84d80 100644 --- a/man/message.texi +++ b/man/message.texi @@ -224,11 +224,11 @@ 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. If you yourself want to manage a password, +able to cancel your message. If you want to manage a password yourself, you can put something like the following in your @file{~/.gnus.el} file: @lisp -(setq canlock-password "Salam Shalom" +(setq canlock-password "geheimnis" canlock-password-for-verify canlock-password) @end lisp |