From: Andrew G Cohen Date: Sun, 26 Mar 2023 00:26:18 +0000 (+0800) Subject: * lisp/gnus/nnselect.el (nnselect-request-thread): Correctly parse queries. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a27b0f7f307ccf54fd5910a0655bd72b23e69fcf;p=emacs.git * lisp/gnus/nnselect.el (nnselect-request-thread): Correctly parse queries. --- diff --git a/lisp/gnus/nnselect.el b/lisp/gnus/nnselect.el index 87cb1275313..66577282a0f 100644 --- a/lisp/gnus/nnselect.el +++ b/lisp/gnus/nnselect.el @@ -64,6 +64,7 @@ (defvar gnus-inhibit-demon) (defvar gnus-message-group-art) +(defvar gnus-search-use-parsed-queries) ;; For future use (defvoo nnselect-directory gnus-directory @@ -677,7 +678,8 @@ artlist; otherwise store the ARTLIST in the group parameters." ;; If so we perform the query, massage the result, and return ;; the new headers back to the caller to incorporate into the ;; current summary buffer. - (let* ((group-spec + (let* ((gnus-search-use-parsed-queries t) + (group-spec (list (delq nil (list (or server (gnus-group-server artgroup)) (unless gnus-refer-thread-use-search