From: yamaoka Date: Thu, 8 Apr 2004 21:54:33 +0000 (+0000) Subject: Synch to No Gnus 200404081602. X-Git-Tag: t-gnus-6_17_4-quimby-~984 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4664720b2d6faae83660f03df04682e506ce4b14;p=elisp%2Fgnus.git- Synch to No Gnus 200404081602. --- 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)))