(Canceling News): Add how to set a password.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 15 Oct 2004 00:04:27 +0000 (00:04 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 15 Oct 2004 00:04:27 +0000 (00:04 +0000)
texi/ChangeLog
texi/message.texi

index b96a66a..cfaf949 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.texi (Canceling News): Add how to set a password.
+
 2004-10-10  Juri Linkov  <juri@jurta.org>
 
        * gnus.texi (Top, Marking Articles): Join two menus in one node
 2004-10-10  Juri Linkov  <juri@jurta.org>
 
        * gnus.texi (Top, Marking Articles): Join two menus in one node
index 1d28163..aad2079 100644 (file)
@@ -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
 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.
 
 Whether to insert the header or not is controlled by the
 @code{message-insert-canlock} variable.