From 861e5a98bc37a34433a6a562075455ff3867ed7f Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 14 Oct 1999 21:21:10 +0000 Subject: [PATCH] (rmail-pop-password-error): Add alternative. --- lisp/mail/rmail.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 2094ae4312e..4c5d3476ad6 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -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].") -- 2.39.5