lisp/pop3-fma.el: Sync up with T-gnus
authorichikawa <ichikawa>
Mon, 9 Nov 1998 14:46:21 +0000 (14:46 +0000)
committerichikawa <ichikawa>
Mon, 9 Nov 1998 14:46:21 +0000 (14:46 +0000)
ChangeLog
lisp/pop3-fma.el

index e32320b..415b900 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-11-09  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
+
+       * lisp/pop3-fma.el: Set the value of `nnmail-read-passwd' as a
+       symbol `pop3-fma-read-passwd'.
+
 1998-11-04  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
 
        * lisp/message.el: (message-do-fcc): Don't run message-header-hook
index 1f09f87..e411f6f 100644 (file)
@@ -257,7 +257,8 @@ Please do not set this valiable non-nil if you do not use Meadow.")
   (setq passwd (nth 2 (assoc mailhost pop3-fma-password)))
   (pop3-fma-decode-string passwd))
 
-(setq pop3-read-passwd 'pop3-fma-read-passwd)
+(setq pop3-read-passwd 'pop3-fma-read-passwd
+      nnmail-read-passwd 'pop3-fma-read-passwd)
 ;;
 ;; Set multiple pop3 server's password
 (defun pop3-fma-store-password (passwd)