From 4664720b2d6faae83660f03df04682e506ce4b14 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 8 Apr 2004 21:54:33 +0000 Subject: [PATCH] Synch to No Gnus 200404081602. --- lisp/ChangeLog | 4 ++++ lisp/gnus-start.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index de839f5..27bed39 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-04-08 Reiner Steib + + * gnus-start.el (gnus-get-unread-articles): Fix last commit. + 2004-04-07 Kevin Greiner * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable. (gnus-agent-with-refreshed-group): New macro. diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el index f39a7d4..6ffb8a1 100644 --- a/lisp/gnus-start.el +++ b/lisp/gnus-start.el @@ -1695,7 +1695,7 @@ newsgroup." '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))) -- 1.7.10.4