From f26d8cd6e82f1ae7bc0041b4337b0aea27884f63 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 25 Jul 1997 22:10:42 +0000 Subject: [PATCH] Comment change. --- lisp/mail/rmail.el | 6 +++--- 1 file 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)) -- 2.39.5