]> code.delx.au - gnu-emacs/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Fri, 25 Jul 1997 22:10:42 +0000 (22:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 25 Jul 1997 22:10:42 +0000 (22:10 +0000)
lisp/mail/rmail.el

index 15680690d5d2fd05f6e3dbeaccf25823dec69691..1318c7040f94ac592c93e4ff2bad8a7b4849717e 100644 (file)
@@ -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))