1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00

nnimap.el (nnimap-request-scan): Say that splitting has finished.

This commit is contained in:
Lars Magne Ingebrigtsen 2011-07-04 13:11:52 +00:00 committed by Katsumi Yamaoka
parent 862c0d683c
commit 4d19331f6b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
* nnimap.el (nnimap-request-scan): Say that splitting has finished.
2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
* nndraft.el: Require gnus-group.

View File

@ -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)