* lisp/gnus/nnselect.el (nnselect-push-info): Sort artlist
This commit is contained in:
parent
54d40577c4
commit
0724e0aeb5
1 changed files with 1 additions and 0 deletions
|
@ -909,6 +909,7 @@ article came from is also searched."
|
|||
;; now work on each originating group one at a time
|
||||
(pcase-dolist (`(,artgroup . ,artlist)
|
||||
(numbers-by-group gnus-newsgroup-articles))
|
||||
(setq artlist (sort artlist #'<))
|
||||
(let* ((group-info (gnus-get-info artgroup))
|
||||
(old-unread (gnus-list-of-unread-articles artgroup))
|
||||
newmarked delta-marks)
|
||||
|
|
Loading…
Add table
Reference in a new issue