Don't have `gnus-get-unread-articles-in-group' update info.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Wed, 22 Sep 2010 22:05:06 +0000 (00:05 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Wed, 22 Sep 2010 22:05:06 +0000 (00:05 +0200)
That can be really slow and doesn't seem to be needed?

lisp/ChangeLog
lisp/gnus-start.el

index 6919e70..1be226b 100644 (file)
@@ -1,3 +1,9 @@
+2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-start.el (gnus-get-unread-articles): Don't have
+       `gnus-get-unread-articles-in-group' update info, since that can be
+       really slow and doesn't seem to be needed?
+
 2010-09-22  Dan Christensen  <jdc@uwo.ca>
 
        * time-date.el (date-to-time): Try using parse-time-string first before
 2010-09-22  Dan Christensen  <jdc@uwo.ca>
 
        * time-date.el (date-to-time): Try using parse-time-string first before
index 851e96b..77ce8ee 100644 (file)
@@ -1769,8 +1769,7 @@ 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
          (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))
-                    t))))))
+                    info (gnus-active (gnus-info-group info))))))))
     (gnus-message 6 "Checking new news...done")))
 
 (defun gnus-method-rank (type method)
     (gnus-message 6 "Checking new news...done")))
 
 (defun gnus-method-rank (type method)