Use mail-sources instead of nnmail-spool-file.
+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
 
                               (format "%s:%s:%s" server user port)
                               pw))
                  (cdr (assoc from mail-source-password-cache)))))
-           nnmail-spool-file))))
+           mail-sources))))
 ;;
 ;;
 (defvar passwd nil)
                (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.