From: Richard M. Stallman Date: Fri, 25 Jul 1997 22:10:42 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-20.1~956 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f26d8cd6e82f1ae7bc0041b4337b0aea27884f63;p=emacs.git Comment change. --- 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))