From bf5ba10b08798317749077578a87b687d8d4b7e7 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sat, 18 Sep 2010 13:59:25 +0000 Subject: [PATCH] gnus-start.el (gnus-get-unread-articles): Allow the backends to update the group info. This makes the nndraft groups, for instance, go back to their old behaviour. --- lisp/gnus/ChangeLog | 4 ++++ lisp/gnus/gnus-start.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index ee623eba37f..d8c03443d82 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,5 +1,9 @@ 2010-09-18 Lars Magne Ingebrigtsen + * gnus-start.el (gnus-get-unread-articles): Allow the backends to + update the group info. This makes the nndraft groups, for instance, go + back to their old behaviour. + * gnus-sum.el (gnus-select-newsgroup): Indent. * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log diff --git a/lisp/gnus/gnus-start.el b/lisp/gnus/gnus-start.el index e25d31ec87e..84835428be2 100644 --- a/lisp/gnus/gnus-start.el +++ b/lisp/gnus/gnus-start.el @@ -1774,7 +1774,8 @@ If SCAN, request a scan of that group as well." (gnus-read-active-for-groups method infos early-data) (dolist (info infos) (inline (gnus-get-unread-articles-in-group - info (gnus-active (gnus-info-group info)))))))) + info (gnus-active (gnus-info-group info)) + t)))))) (gnus-message 6 "Checking new news...done"))) (defun gnus-method-rank (type method) -- 2.39.5