* lisp/gnus/nnselect.el (nnselect-push-info): Sort artlist

This commit is contained in:
Andrew G Cohen 2023-04-10 11:34:43 +08:00
parent 54d40577c4
commit 0724e0aeb5

View file

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