[gnus git] branch master updated: n0-13-23-g3b86f04
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 3b86f04662f7d14cbe76025bb9c67a56cafa67c5 (commit)
from f82c558fbf435eaaff8f5c0fcb31637af673fb4b (commit)
- Log -----------------------------------------------------------------
commit 3b86f04662f7d14cbe76025bb9c67a56cafa67c5
Author: Lars Ingebrigtsen <[email protected]>
Date: Wed Feb 23 00:15:47 2011 -0800
Don't do QRESYNC the first time you use the new Gnus.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d63e3fd..6b14a5f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-02-23 Lars Ingebrigtsen <[email protected]>
+
+ * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
+ first time you use the new Gnus.
+
2011-02-22 Teodor Zlatanov <[email protected]>
* auth-source.el: Don't load netrc.el.
diff --git a/lisp/nnimap.el b/lisp/nnimap.el
index 138875b..b273340 100644
--- a/lisp/nnimap.el
+++ b/lisp/nnimap.el
@@ -1151,6 +1151,7 @@ textual parts.")
(setf (nnimap-examined nnimap-object) group)
(if (and qresyncp
uidvalidity
+ active
modseq)
(push
(list (nnimap-send-command "EXAMINE %S (%s (%s %s))"
-----------------------------------------------------------------------
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 | 1 +
2 files changed, 6 insertions(+), 0 deletions(-)
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