branch: externals/gnorb
commit 4a8fa844b7d79f421deccd27b8f1696e578e53a4
Author: Eric Abrahamsen <[email protected]>
Commit: Stefan Monnier <[email protected]>
Fix nnir search routine
* packages/gnorb/gnorb-gnus.el (gnorb-gnus-search-messages): I had
been blanking out these variables because of voodoo. This is not
necessary, and in fact breaks the use of the nnir groups (if
nnir-artlist is nil you can't see any of the articles).
---
gnorb-gnus.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnorb-gnus.el b/gnorb-gnus.el
index e500bd4..752e288 100644
--- a/gnorb-gnus.el
+++ b/gnorb-gnus.el
@@ -685,8 +685,7 @@ work."
(spec (list
(cons 'nnir-specs (list (cons 'nnir-query-spec `((query .
,str)))
(cons 'nnir-group-spec `((,nnir-address
,(list name))))))
- (cons 'nnir-artlist nil)))
- nnir-current-query nnir-current-server nnir-current-group-marked
nnir-artlist)
+ (cons 'nnir-artlist nil))))
(if persist
(progn
(switch-to-buffer gnus-group-buffer)