emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master cbbee0b 1/5: Fix nnir search routine


From: Eric Abrahamsen
Subject: [elpa] master cbbee0b 1/5: Fix nnir search routine
Date: Tue, 21 Mar 2017 15:59:22 -0400 (EDT)

branch: master
commit cbbee0b25c3a6d4b75eb7cf124d898e20a1386fb
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    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).
---
 packages/gnorb/gnorb-gnus.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/packages/gnorb/gnorb-gnus.el b/packages/gnorb/gnorb-gnus.el
index e500bd4..752e288 100644
--- a/packages/gnorb/gnorb-gnus.el
+++ b/packages/gnorb/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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]