From 4b3d96f34c09d472816262345e21e5148fa8560d Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Fri, 21 May 2004 00:34:56 +0000 Subject: [PATCH] (gnus-get-unread-articles): Don't invalidate active for foreign groups even if the group level is higher than the specified value. --- lisp/ChangeLog | 6 ++++++ lisp/gnus-start.el | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 89da36558..221b70ff9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2004-05-21 Katsumi Yamaoka + + * gnus-start.el (gnus-get-unread-articles): Don't invalidate + active for foreign groups even if the group level is higher than + the specified value. + 2004-05-21 Lars Magne Ingebrigtsen * gnus-art.el (gnus-picon-databases): Add /usr/share/picons. diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el index 3475edcb3..db9013417 100644 --- a/lisp/gnus-start.el +++ b/lisp/gnus-start.el @@ -1694,7 +1694,7 @@ newsgroup." (when (fboundp (intern (concat (symbol-name (car method)) "-request-update-info"))) (inline (gnus-request-update-info info method)))) - (setq active 'ignore))) + (setq active nil))) ;; These groups are native or secondary. ((> (gnus-info-level info) level) ;; We don't want these groups. -- 2.34.1