comparison man/message.texi @ 57561:505c55fe8dc9

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.
author Miles Bader <miles@gnu.org>
date Sun, 17 Oct 2004 14:29:01 +0000
parents d61099b391d7
children 645f020dcc8a
comparison
equal deleted inserted replaced
57560:9f3d14375fe1 57561:505c55fe8dc9
222 headers by default. This is a cryptographic header that ensures that 222 headers by default. This is a cryptographic header that ensures that
223 only you can cancel your own messages, which is nice. The downside 223 only you can cancel your own messages, which is nice. The downside
224 is that if you lose your @file{.emacs} file (which is where Gnus 224 is that if you lose your @file{.emacs} file (which is where Gnus
225 stores the secret cancel lock password (which is generated 225 stores the secret cancel lock password (which is generated
226 automatically the first time you use this feature)), you won't be 226 automatically the first time you use this feature)), you won't be
227 able to cancel your message. 227 able to cancel your message. If you yourself want to manage a password,
228 you 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
229 Whether to insert the header or not is controlled by the 235 Whether to insert the header or not is controlled by the
230 @code{message-insert-canlock} variable. 236 @code{message-insert-canlock} variable.
231 237
232 Not many news servers respect the @code{Cancel-Lock} header yet, but 238 Not many news servers respect the @code{Cancel-Lock} header yet, but
307 The @code{message-resend} command will prompt the user for an address 313 The @code{message-resend} command will prompt the user for an address
308 and resend the message in the current buffer to that address. 314 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
311 Headers that match the @code{message-ignored-resent-headers} regexp will 317 Headers that match the @code{message-ignored-resent-headers} regexp will
312 be removed before sending the message. The default is 318 be removed before sending the message.
313 @samp{^Return-receipt}.
314 319
315 320
316 @node Bouncing 321 @node Bouncing
317 @section Bouncing 322 @section Bouncing
318 323