From 7d39c9303103cc7fef5617f097e8c25d265435a7 Mon Sep 17 00:00:00 2001 From: ichikawa Date: Tue, 2 Feb 1999 14:54:40 +0000 Subject: [PATCH] lisp/gnus.el (gnus-variable-list): Add mail-source-password-cache to save password information. --- ChangeLog | 3 +++ lisp/gnus.el | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 828f442..754191d 100644 --- 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 * lisp/gnus.el (gnus-version-number): Update to 6.10.057. diff --git a/lisp/gnus.el b/lisp/gnus.el index 7b7d9e2..7cf8cdb 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -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 -- 1.7.10.4