[gnus git] branch no-gnus updated: m0-1-64-gbf0214b =1= When moving articles between IMAP servers, delete from the correct server
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via bf0214b4a533ba808c8685f58ddffb5b71dcebea (commit)
from 2451dac5939c4bc01d9d15adb57235a7668b0144 (commit)
- Log -----------------------------------------------------------------
commit bf0214b4a533ba808c8685f58ddffb5b71dcebea
Author: Lars Ingebrigtsen <[email protected]>
Date: Mon Feb 20 08:26:40 2012 +0100
When moving articles between IMAP servers, delete from the correct server
(nnimap-request-move-article): Delete the message from the correct IMAP
server.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d631b8b..440b9e6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,8 @@
* nnimap.el (nnimap-log-command): Add the IMAP address to the log
buffer. Suggested by Herbert Valerio Riedel.
+ (nnimap-request-move-article): Delete the message from the correct IMAP
+ server.
2012-02-19 Vida Gábor <[email protected]> (tiny change)
diff --git a/lisp/nnimap.el b/lisp/nnimap.el
index b02edf5..6cbd83c 100644
--- a/lisp/nnimap.el
+++ b/lisp/nnimap.el
@@ -868,6 +868,7 @@ textual parts.")
;; Move the article to a different method.
(let ((result (eval accept-form)))
(when result
+ (nnimap-possibly-change-group group server)
(nnimap-delete-article article)
result)))))))
-----------------------------------------------------------------------
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 | 2 ++
lisp/nnimap.el | 1 +
2 files changed, 3 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, no-gnus has been updated
hooks/post-receive
--
Gnus Project