changeset 26024:28fd2425218e

(rmail-pop-password-error): Add alternative.
author Dave Love <fx@gnu.org>
date Thu, 14 Oct 1999 21:21:10 +0000
parents 4c3048ca14ea
children 1fc4552789ee
files lisp/mail/rmail.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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].")