]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/gnus/nnselect.el (nnselect-request-article): Check car of thread
authorAndrew G Cohen <cohen@andy.bu.edu>
Tue, 28 Mar 2023 12:21:13 +0000 (20:21 +0800)
committerAndrew G Cohen <cohen@andy.bu.edu>
Sun, 9 Apr 2023 06:23:34 +0000 (14:23 +0800)
lisp/gnus/nnselect.el

index 66577282a0fb1ccbb72724d16017cbc060f2424f..7d8d28ac4312e6d29d678166a9184c8dc6a0da1b 100644 (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))