[gnus git] branch master updated: m0-11-62-gfe2740a =1= nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested to keep connection open
Katsumi <[email protected]> Fri, 24 Oct 2014 08:05:48 +0200
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via fe2740a92b6bfbacb41bd7ab353817cfd326632a (commit)
from a85e72c397c89080c49b1859f55639a71f598471 (commit)
- Log -----------------------------------------------------------------
commit fe2740a92b6bfbacb41bd7ab353817cfd326632a
Author: enami tsugutomo <[email protected]>
Date: Fri Oct 24 06:05:44 2014 +0000
nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested to keep connection open
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 43c5bfc..2156301 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2014-10-24 enami tsugutomo <[email protected]>
+
+ * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
+ to keep connection open.
+
2014-10-20 Glenn Morris <[email protected]>
* Merge in all changes up to 24.4 release.
diff --git a/lisp/nnimap.el b/lisp/nnimap.el
index ad48d47..7992151 100644
--- a/lisp/nnimap.el
+++ b/lisp/nnimap.el
@@ -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
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 5 +++++
lisp/nnimap.el | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project