summaryrefslogtreecommitdiff
path: root/lisp/gnus
diff options
context:
space:
mode:
authorAndrew G Cohen <cohen@andy.bu.edu>2023-03-28 20:21:13 +0800
committerAndrew G Cohen <cohen@andy.bu.edu>2023-04-09 14:23:34 +0800
commitcf7860c38398c5d7d76e8859273eae5a7a33c57e (patch)
tree5571ab84de3f4c2580c360a9422cbc1963908786 /lisp/gnus
parentb26ccf488ef9a784c418245b7b01cb349af85006 (diff)
downloademacs-cf7860c38398c5d7d76e8859273eae5a7a33c57e.tar.gz
* lisp/gnus/nnselect.el (nnselect-request-article): Check car of thread
Diffstat (limited to 'lisp/gnus')
-rw-r--r--lisp/gnus/nnselect.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nnselect.el b/lisp/gnus/nnselect.el
index 66577282a0f..7d8d28ac431 100644
--- a/lisp/gnus/nnselect.el
+++ b/lisp/gnus/nnselect.el
@@ -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))