From 3c25e33d8277323124765ae28f92ba1ff8619197 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Thu, 23 Sep 2010 00:05:06 +0200 Subject: [PATCH] Don't have `gnus-get-unread-articles-in-group' update info. That can be really slow and doesn't seem to be needed? --- lisp/ChangeLog | 6 ++++++ lisp/gnus-start.el | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6919e7060..1be226bde 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2010-09-22 Lars Magne Ingebrigtsen + + * 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 * time-date.el (date-to-time): Try using parse-time-string first before diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el index 851e96b14..77ce8ee63 100644 --- a/lisp/gnus-start.el +++ b/lisp/gnus-start.el @@ -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 - 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) -- 2.25.1