1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00

gnus-start.el (gnus-get-unread-articles): Fix up the last commit.

This commit is contained in:
Lars Magne Ingebrigtsen 2010-09-06 00:48:40 +00:00 committed by Katsumi Yamaoka
parent a83e5f1933
commit f87f756b17
2 changed files with 2 additions and 1 deletions

View file

@ -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.

View file

@ -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)