From: Lars Magne Ingebrigtsen Date: Sun, 5 Sep 2010 22:48:11 +0000 (+0200) Subject: (gnus-get-unread-articles): Fix up the last commit. X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=96cc0683e5bb29560e71a393cb5a62327bce2514 (gnus-get-unread-articles): Fix up the last commit. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 31698f64e..7c71b06d9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,6 +2,7 @@ * gnus-start.el (gnus-get-unread-articles): Don't bother with groups that aren't going to be activated. + (gnus-get-unread-articles): Fix up the last commit. * gnus-html.el (gnus-article-html): Allow calling without specifying the handle. In that case, dissect the buffer first. diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el index e7e4dfd92..3bdcb05db 100644 --- a/lisp/gnus-start.el +++ b/lisp/gnus-start.el @@ -1736,7 +1736,7 @@ If SCAN, request a scan of that group as well." type-cache)) ;; Only add groups that need updating. (when (<= (gnus-info-level info) - (if (eq method-type 'foreign) + (if (eq (cadr method-group-list) 'foreign) foreign-level alevel)) (setcar (nthcdr 2 method-group-list)