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:
parent
862c0d683c
commit
4d19331f6b
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user