From cf7860c38398c5d7d76e8859273eae5a7a33c57e Mon Sep 17 00:00:00 2001 From: Andrew G Cohen Date: Tue, 28 Mar 2023 20:21:13 +0800 Subject: [PATCH] * lisp/gnus/nnselect.el (nnselect-request-article): Check car of thread --- lisp/gnus/nnselect.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2