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:
parent
a83e5f1933
commit
f87f756b17
2 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue