]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/gnus/nnselect.el (nnselect-request-thread): Correctly parse queries.
authorAndrew G Cohen <cohen@andy.bu.edu>
Sun, 26 Mar 2023 00:26:18 +0000 (08:26 +0800)
committerAndrew G Cohen <cohen@andy.bu.edu>
Sun, 26 Mar 2023 00:26:18 +0000 (08:26 +0800)
lisp/gnus/nnselect.el

index 87cb1275313345d77ebfcb7c7ef030469c361029..66577282a0fb1ccbb72724d16017cbc060f2424f 100644 (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