* pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
authorLars Magne Ingebrigtsen <larsi@stories.gnus.org>
Wed, 21 Sep 2011 18:23:00 +0000 (20:23 +0200)
committerLars Magne Ingebrigtsen <larsi@stories.gnus.org>
Wed, 21 Sep 2011 18:23:00 +0000 (20:23 +0200)
lisp/ChangeLog
lisp/pop3.el

index 8842853..a31d1e4 100644 (file)
@@ -1,5 +1,7 @@
 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
+
        * gnus-art.el (gnus-treat-hide-citation): Add doc.
 
        * message.el (message-default-send-rename-function): Break out into its
index 54c2170..8fd5382 100644 (file)
@@ -308,7 +308,7 @@ Returns the process associated with the connection."
                    (t
                     (or pop3-stream-type 'network)))
             :capability-command "CAPA\r\n"
-            :end-of-command "^\\(-ERR\\|+OK \\).*\n"
+            :end-of-command "^\\(-ERR\\|+OK\\).*\n"
             :end-of-capability "^\\.\r?\n\\|^-ERR"
             :success "^\\+OK.*\n"
             :return-list t