]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-pop-password-error): Add alternative.
authorDave Love <fx@gnu.org>
Thu, 14 Oct 1999 21:21:10 +0000 (21:21 +0000)
committerDave Love <fx@gnu.org>
Thu, 14 Oct 1999 21:21:10 +0000 (21:21 +0000)
lisp/mail/rmail.el

index 2094ae4312eca8ad8dc6429ff6786b161d9c8d38..4c5d3476ad6d7bcb079bceb9b5b715015652929f 100644 (file)
@@ -108,7 +108,8 @@ or `-k' to enable Kerberos authentication."
   :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].")