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-thread): Correctly parse queries.

This commit is contained in:
Andrew G Cohen 2023-03-26 08:26:18 +08:00
parent e2ff4dbf3d
commit a27b0f7f30

View file

@ -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