1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

* lisp/gnus/nnselect.el (nnselect-request-article): Check car of thread

This commit is contained in:
Andrew G Cohen 2023-03-28 20:21:13 +08:00
parent b26ccf488e
commit cf7860c383

View file

@ -440,7 +440,7 @@ artlist; otherwise store the ARTLIST in the group parameters."
(if (eq 'nnselect (car (gnus-server-to-method server)))
(with-current-buffer gnus-summary-buffer
(let ((thread (gnus-id-to-thread article)))
(when thread
(when (car thread)
(mapc
(lambda (x)
(when (and x (> x 0))