+2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
+
+ * gnus-start.el (gnus-get-unread-articles): Fix last commit.
+
2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
* gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
(gnus-agent-with-refreshed-group): New macro.
'foreign)))
(push (cons method method-type) type-cache))
- (cond ((eq method-type 'foreign)
+ (cond ((and method (eq method-type 'foreign))
;; These groups are foreign. Check the level.
(when (and (<= (gnus-info-level info) foreign-level)
(setq active (gnus-activate-group group 'scan)))