mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-27 10:54:40 +00:00
Make "unseen" tracking work again in Gnus
* lisp/gnus/gnus-sum.el (gnus-update-marks): Make "unseen" tracking work again.
This commit is contained in:
parent
e8186ed0f0
commit
ca5f9c97e6
@ -6036,6 +6036,11 @@ If SELECT-ARTICLES, only select those articles from GROUP."
|
||||
(setq arts (cdr arts)))
|
||||
(setq list (cdr all)))))
|
||||
|
||||
;; When exiting the group, everything that's previously been
|
||||
;; unseen is now seen.
|
||||
(when (eq (cdr type) 'seen)
|
||||
(setq list (gnus-range-add list gnus-newsgroup-unseen)))
|
||||
|
||||
(when (eq (gnus-article-mark-to-type (cdr type)) 'list)
|
||||
(setq list (gnus-compress-sequence (set symbol (sort list '<)) t)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user