# HG changeset patch # User Richard M. Stallman # Date 869868642 0 # Node ID 53cfff0db3990447b22bf0798cda8cfc76695ab7 # Parent 6253a99afd9500bbb64a1736222c742620a5c941 Comment change. diff -r 6253a99afd95 -r 53cfff0db399 lisp/mail/rmail.el --- a/lisp/mail/rmail.el Fri Jul 25 22:08:24 1997 +0000 +++ b/lisp/mail/rmail.el Fri Jul 25 22:10:42 1997 +0000 @@ -1303,10 +1303,10 @@ (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))