# HG changeset patch # User Dave Love # Date 939936070 0 # Node ID 28fd2425218e6c8af62496b58051236baa8e33b9 # Parent 4c3048ca14ea491a4be86b873dd5445ab8ba8b15 (rmail-pop-password-error): Add alternative. diff -r 4c3048ca14ea -r 28fd2425218e lisp/mail/rmail.el --- a/lisp/mail/rmail.el Thu Oct 14 20:57:51 1999 +0000 +++ b/lisp/mail/rmail.el Thu Oct 14 21:21:10 1999 +0000 @@ -108,7 +108,8 @@ :group 'rmail-retrieve :version "20.3") -(defvar rmail-pop-password-error "invalid usercode or password" +(defvar rmail-pop-password-error "invalid usercode or password\\| +unknown user name or bad password" "Regular expression matching incorrect-password POP server error messages. If you get an incorrect-password error that this expression does not match, please report it with \\[report-emacs-bug].")