lisp/gnus.el (gnus-variable-list): Add mail-source-password-cache to save password...
authorichikawa <ichikawa>
Tue, 2 Feb 1999 14:54:40 +0000 (14:54 +0000)
committerichikawa <ichikawa>
Tue, 2 Feb 1999 14:54:40 +0000 (14:54 +0000)
ChangeLog
lisp/gnus.el

index 828f442..754191d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
        * lisp/gnus-ofsetup.el (gnus-setup-for-offline): To work with
        external movemail program.
 
+       * lisp/gnus.el (gnus-variable-list): Add
+       mail-source-password-cache to save password information.
+
 1999-02-01  Katsumi Yamaoka   <yamaoka@jpl.org>
 
        * lisp/gnus.el (gnus-version-number): Update to 6.10.057.
index 7b7d9e2..7cf8cdb 100644 (file)
@@ -1622,7 +1622,8 @@ This variable can be nil, gnus or gnus-ja."
     gnus-newsrc-alist gnus-server-alist
     gnus-killed-list gnus-zombie-list
     gnus-topic-topology gnus-topic-alist
-    gnus-format-specs)
+    gnus-format-specs
+    mail-source-password-cache)
   "Gnus variables saved in the quick startup file.")
 
 (defvar gnus-newsrc-alist nil