mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Remove nonsensical setting of gnus-newsgroup-unseen
* lisp/gnus/gnus-sum.el (gnus-update-marks): Remove nonsensical setting of gnus-newsgroup-unseen.
This commit is contained in:
parent
8d88dbdf9a
commit
c796361d79
1 changed files with 0 additions and 3 deletions
|
|
@ -6084,9 +6084,6 @@ If SELECT-ARTICLES, only select those articles from GROUP."
|
|||
(setq arts (cdr arts)))
|
||||
(setq list (cdr all)))))
|
||||
|
||||
(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…
Add table
Add a link
Reference in a new issue