lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
authorhayashi <hayashi>
Tue, 9 Nov 1999 10:05:56 +0000 (10:05 +0000)
committerhayashi <hayashi>
Tue, 9 Nov 1999 10:05:56 +0000 (10:05 +0000)
Use mail-sources instead of nnmail-spool-file.

ChangeLog
lisp/read-passwd.el

index 4d12645..b6e4068 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-11-09  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
+       Use mail-sources instead of nnmail-spool-file.
+       From: Toshiaki -PCX- Tanaka.
+
 1999-11-09  Katsumi Yamaoka <yamaoka@jpl.org>
 
        * lisp/gnus.el (gnus-group-startup-message): Insert space before
index 6f3c712..d99e37d 100644 (file)
@@ -100,7 +100,7 @@ Argument PROMPT ."
                               (format "%s:%s:%s" server user port)
                               pw))
                  (cdr (assoc from mail-source-password-cache)))))
-           nnmail-spool-file))))
+           mail-sources))))
 ;;
 ;;
 (defvar passwd nil)
@@ -109,4 +109,4 @@ Argument PROMPT ."
                (message "POP Password for %s at %s : " user server)))
   passwd)
 ;;
-;; read-passwd.el ends here.
\ No newline at end of file
+;; read-passwd.el ends here.