diff options
Diffstat (limited to 'lisp/gnus/pop3.el')
-rw-r--r-- | lisp/gnus/pop3.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/pop3.el b/lisp/gnus/pop3.el index b485ac39f60..e29ddb0d44e 100644 --- a/lisp/gnus/pop3.el +++ b/lisp/gnus/pop3.el @@ -307,7 +307,7 @@ Returns the process associated with the connection." (or pop3-stream-type 'network))) :capability-command "CAPA\r\n" :end-of-command "^\\(-ERR\\|+OK \\).*\n" - :end-of-capability "^\\.\r?\n" + :end-of-capability "^\\.\r?\n\\|^-ERR" :success "^\\+OK.*\n" :return-list t :starttls-function |