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

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

[elpa] externals/gnorb 8fef972 097/449: Gnorb nnir engine doesn't take e


From: Stefan Monnier
Subject: [elpa] externals/gnorb 8fef972 097/449: Gnorb nnir engine doesn't take extra criteria
Date: Fri, 27 Nov 2020 23:15:16 -0500 (EST)

branch: externals/gnorb
commit 8fef97291ba767454ac2164c41698e52359dfcef
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    Gnorb nnir engine doesn't take extra criteria
    
    lisp/nngnorb.el: I was misunderstanding the third element of the
                 nnir-engine entry. It's quite likely we could make use
                 of that some other way, in the future, but it's not
                 needed now.
---
 lisp/nngnorb.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/nngnorb.el b/lisp/nngnorb.el
index b56d493..8d6864d 100644
--- a/lisp/nngnorb.el
+++ b/lisp/nngnorb.el
@@ -50,8 +50,7 @@
 (add-to-list 'nnir-method-default-engines '(nngnorb . gnorb))
 
 (add-to-list 'nnir-engines
-            '(gnorb nnir-run-gnorb
-                    ((gnorb-nnir-string . "Org Agenda tags search string: "))))
+            '(gnorb nnir-run-gnorb))
 
 (defun nnir-run-gnorb (query server &optional group)
   "Run the actual search for messages to display. See nnir.el for



reply via email to

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