# HG changeset patch # User Katsumi Yamaoka # Date 1284818365 0 # Node ID 91f9e661718497a0b6d086065f2f111a74422fdf # Parent f67e6d84ff9605017c1a1d7f7df7f87e54b62e4c 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 -r f67e6d84ff96 -r 91f9e6617184 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Sat Sep 18 13:59:53 2010 +0200 +++ b/lisp/gnus/ChangeLog Sat Sep 18 13:59:25 2010 +0000 @@ -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 -r f67e6d84ff96 -r 91f9e6617184 lisp/gnus/gnus-start.el --- a/lisp/gnus/gnus-start.el Sat Sep 18 13:59:53 2010 +0200 +++ b/lisp/gnus/gnus-start.el Sat Sep 18 13:59:25 2010 +0000 @@ -1774,7 +1774,8 @@ (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)