From: Lars Magne Ingebrigtsen Date: Sat, 18 Sep 2010 13:59:25 +0000 (+0000) Subject: gnus-start.el (gnus-get-unread-articles): Allow the backends to update the group... X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~47^2~93 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bf5ba10b08798317749077578a87b687d8d4b7e7;p=emacs.git 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. --- 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)