[gnus git] branch master updated: n0-17-159-gf0c8c51 =1= * nnimap.el (nnimap-request-scan): Say that splitting has finished.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via f0c8c51b4ee0a592d0b78bde534253d74191c22e (commit)
from be619fa8d4db5f7822600009b1558eb70d5c0742 (commit)
- Log -----------------------------------------------------------------
commit f0c8c51b4ee0a592d0b78bde534253d74191c22e
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Mon Jul 4 13:21:59 2011 +0200
* nnimap.el (nnimap-request-scan): Say that splitting has finished.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7e68e2b..55888a4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-04 Lars Magne Ingebrigtsen <[email protected]>
+
+ * nnimap.el (nnimap-request-scan): Say that splitting has finished.
+
2011-07-04 Katsumi Yamaoka <[email protected]>
* nndraft.el: Require gnus-group.
diff --git a/lisp/nnimap.el b/lisp/nnimap.el
index 983d80e..43a3cbd 100644
--- a/lisp/nnimap.el
+++ b/lisp/nnimap.el
@@ -956,7 +956,8 @@ textual parts.")
nnimap-inbox
nnimap-split-methods)
(nnheader-message 7 "nnimap %s splitting mail..." server)
- (nnimap-split-incoming-mail)))
+ (nnimap-split-incoming-mail)
+ (nnheader-message 7 "nnimap %s splitting mail...done" server)))
(defun nnimap-marks-to-flags (marks)
(let (flags flag)
-----------------------------------------------------------------------
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 | 4 ++++
lisp/nnimap.el | 3 ++-
2 files changed, 6 insertions(+), 1 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