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

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

[elpa] externals/gnorb d7f6301 123/449: Possibly safer arguments to nnir


From: Stefan Monnier
Subject: [elpa] externals/gnorb d7f6301 123/449: Possibly safer arguments to nnir group creation
Date: Fri, 27 Nov 2020 23:15:22 -0500 (EST)

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

    Possibly safer arguments to nnir group creation
    
    lisp/gnorb-gnus.el: (gnorb-gnus-search-messages) This might be
                    superstitious, but it can't hurt to stick a
                    placeholder in for the group name
---
 lisp/gnorb-gnus.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnorb-gnus.el b/lisp/gnorb-gnus.el
index d0c6f99..0c1bea6 100644
--- a/lisp/gnorb-gnus.el
+++ b/lisp/gnorb-gnus.el
@@ -480,7 +480,7 @@ work."
      nil nil
      ;; the following seems to simply be ignored under gnus 5.13
      (list (cons 'nnir-specs (list (cons 'nnir-query-spec `((query . ,str)))
-                                  (cons 'nnir-group-spec `((,nnir-address)))))
+                                  (cons 'nnir-group-spec `((,nnir-address 
nil)))))
           (cons 'nnir-artlist nil)))))
 
 ;;; Automatic noticing of relevant messages



reply via email to

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