(gnus-get-unread-articles): Don't invalidate active for foreign groups even
authorKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 21 May 2004 00:34:56 +0000 (00:34 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 21 May 2004 00:34:56 +0000 (00:34 +0000)
 if the group level is higher than the specified value.

lisp/ChangeLog
lisp/gnus-start.el

index 89da365..221b70f 100644 (file)
@@ -1,3 +1,9 @@
+2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * 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  <larsi@gnus.org>
 
        * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
index 3475edc..db90134 100644 (file)
@@ -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.