Mercurial > emacs
changeset 110413:91f9e6617184
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.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Sat, 18 Sep 2010 13:59:25 +0000 |
parents | f67e6d84ff96 |
children | 26a70f91e378 |
files | lisp/gnus/ChangeLog lisp/gnus/gnus-start.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <larsi@gnus.org> + * 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
--- 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)