X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=texi%2Fmessage.texi;h=fa4781fa5e0ebbf387be42be181153aba63dd8f1;hb=747e12ff1c149822165748232ac93d20e359c2ca;hp=5b4a23233e6684be0e6ea30ae99061658d3e5c6c;hpb=bc7b5c59c37427ec7863e103c155609d29d92cd9;p=elisp%2Fgnus.git- diff --git a/texi/message.texi b/texi/message.texi index 5b4a232..fa4781f 100644 --- a/texi/message.texi +++ b/texi/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 want to manage a password yourself, +you can put something like the following in your @file{~/.gnus.el} file: + +@lisp +(setq canlock-password "geheimnis" + 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