[gnus git] branch master updated: m0-7-185-g72a5839 =1= * gnus-start.el (gnus-read-active-for-groups): Always mark the data as dirty to ensure nnimap data being saved.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 72a58393e70fa1c15e7b3e251d052e8384fcf281 (commit)
from 5663a1d48fdc09cd4bae33a7d8dff8e41a0de84f (commit)
- Log -----------------------------------------------------------------
commit 72a58393e70fa1c15e7b3e251d052e8384fcf281
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Tue Jul 30 16:53:53 2013 +0200
* gnus-start.el (gnus-read-active-for-groups): Always mark the data as
dirty to ensure nnimap data being saved.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7c4f060..eb7d56b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2013-07-30 Lars Magne Ingebrigtsen <[email protected]>
+
+ * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
+ dirty to ensure nnimap data being saved.
+
2013-07-30 Tassilo Horn <[email protected]>
* gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el
index 05cf290..e27fb52 100644
--- a/lisp/gnus-start.el
+++ b/lisp/gnus-start.el
@@ -1807,6 +1807,9 @@ backend check whether the group actually exists."
(or (not (gnus-agent-method-p method))
(gnus-online method)))
(gnus-finish-retrieve-group-infos method infos early-data)
+ ;; We may have altered the data now, so mark the dribble buffer
+ ;; as dirty so that it gets saved.
+ (gnus-dribble-touch)
(gnus-agent-save-active method))
;; Most backends have -retrieve-groups.
((gnus-check-backend-function 'retrieve-groups (car method))
-----------------------------------------------------------------------
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/gnus-start.el | 3 +++
2 files changed, 8 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