summaryrefslogtreecommitdiff
path: root/lisp/mail/rmail.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-07-25 22:10:42 +0000
committerRichard M. Stallman <rms@gnu.org>1997-07-25 22:10:42 +0000
commit822f965698487325859b70629aba6103b5f3035c (patch)
treebf8faaee904f96e5258d6810012ef60e30443cb9 /lisp/mail/rmail.el
parente71a6f18668f8e579c0205dadce613b782eb8d18 (diff)
downloademacs-822f965698487325859b70629aba6103b5f3035c.tar.gz
Comment change.
Diffstat (limited to 'lisp/mail/rmail.el')
-rw-r--r--lisp/mail/rmail.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 15680690d5d..1318c7040f9 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -1303,10 +1303,10 @@ It returns t if it got any new messages."
(message "movemail: %s"
(buffer-substring (point-min)
(point-max)))
-
+ ;; If we just read the password, most likely it is
+ ;; wrong. Otherwise, see if there is a specific
+ ;; reason to think that the problem is a wrong passwd.
(if (or got-password
- ;; If the error was for an incorrect password,
- ;; arrange to try again to read the password.
(re-search-forward rmail-pop-password-error
nil t))
(setq rmail-pop-password nil))