Synch with Oort Gnus.
authoryamaoka <yamaoka>
Sat, 10 Aug 2002 06:47:11 +0000 (06:47 +0000)
committeryamaoka <yamaoka>
Sat, 10 Aug 2002 06:47:11 +0000 (06:47 +0000)
lisp/ChangeLog
lisp/message.el

index 75edbf7..d357a0b 100644 (file)
@@ -1,3 +1,10 @@
+2002-08-09  Simon Josefsson  <jas@extundo.com>
+
+       * message.el (message-canlock-password): Set
+       canlock-password-for-verify to newly generated canlock-password.
+       When Emacs is restarted, Custom makes sure this is set, but during
+       the same session we must set it manually.
+
 2002-08-07  Jesper harder  <harder@ifa.au.dk>
 
        * yenc.el: New file.
index fdfc1cb..e789a75 100644 (file)
@@ -3687,7 +3687,8 @@ Do not use this for anything important, it is cryptographically weak."
 This is the value of `canlock-password', if that option is non-nil.
 Otherwise, generate and save a value for `canlock-password' first."
   (unless canlock-password
-    (customize-save-variable 'canlock-password (message-canlock-generate)))
+    (customize-save-variable 'canlock-password (message-canlock-generate))
+    (setq canlock-password-for-verify canlock-password))
   canlock-password)
 
 (defun message-insert-canlock ()