Allow the backends to update the group info.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sat, 18 Sep 2010 11:57:37 +0000 (13:57 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sat, 18 Sep 2010 11:57:37 +0000 (13:57 +0200)
This makes the nndraft groups, for instance, go back to their old
behaviour.

lisp/ChangeLog
lisp/gnus-start.el

index 76e9b4b..e9b142a 100644 (file)
@@ -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
index e25d31e..8483542 100644 (file)
@@ -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)