emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101475: gnus-start.el (gnus-get-unre


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101475: 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.
Date: Sat, 18 Sep 2010 13:59:25 +0000
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101475
author: Lars Magne Ingebrigtsen <address@hidden>
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Sat 2010-09-18 13:59:25 +0000
message:
  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.
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/gnus-start.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2010-09-18 10:21:30 +0000
+++ b/lisp/gnus/ChangeLog       2010-09-18 13:59:25 +0000
@@ -1,5 +1,9 @@
 2010-09-18  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * 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

=== modified file 'lisp/gnus/gnus-start.el'
--- a/lisp/gnus/gnus-start.el   2010-09-18 10:02:19 +0000
+++ b/lisp/gnus/gnus-start.el   2010-09-18 13:59:25 +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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]