aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/rmail.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 768454ab13b..8a75f1fba91 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -2079,7 +2079,8 @@ Value is the size of the newly read mail after conversion."
2079 ;; If we just read the password, most likely it is 2079 ;; If we just read the password, most likely it is
2080 ;; wrong. Otherwise, see if there is a specific 2080 ;; wrong. Otherwise, see if there is a specific
2081 ;; reason to think that the problem is a wrong passwd. 2081 ;; reason to think that the problem is a wrong passwd.
2082 (if (and (rmail-remote-proto-p proto) 2082 (if (and proto
2083 (rmail-remote-proto-p proto)
2083 (or got-password 2084 (or got-password
2084 (re-search-forward rmail-remote-password-error 2085 (re-search-forward rmail-remote-password-error
2085 nil t))) 2086 nil t)))