]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/gnus/nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested to...
authorenami tsugutomo <tsugutomo.enami@jp.sony.com>
Fri, 24 Oct 2014 06:05:57 +0000 (06:05 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 24 Oct 2014 06:05:57 +0000 (06:05 +0000)
lisp/gnus/ChangeLog
lisp/gnus/nnimap.el

index 6cc97e635d590f2ff46cfb80a68919683ec0e304..2e17c5ab385eb7197d26a94bf0a0f20ff4174b79 100644 (file)
@@ -1,3 +1,8 @@
+2014-10-24  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
+
+       * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
+       to keep connection open.
+
 2014-10-20  Glenn Morris  <rgm@gnu.org>
 
        * Merge in all changes up to 24.4 release.
index ad48d4737a5805470aaed699d75c4310f555edcb..799215190e040c3afdecf7729fff56c8315ad301 100644 (file)
@@ -1888,7 +1888,7 @@ Return the server's response to the SELECT or EXAMINE command."
                        (while (and (not (bobp))
                                    (progn
                                      (forward-line -1)
-                                     (looking-at "\\*"))))
+                                     (looking-at "\\*\\|[0-9]+ OK NOOP"))))
                        (not (looking-at (format "%d .*\n" sequence)))))
            (when messagep
              (nnheader-message-maybe