aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Abrahamsen2020-02-14 11:56:58 -0800
committerEric Abrahamsen2020-02-14 11:56:58 -0800
commit61216e4ac2fe90984f0a110295783b4e9ada356d (patch)
treedbe6f80c1b083de9e0c1ad53198c2f8c43194424
parenta9e7ae39cec00eaeff58c15a885c08ffbddbcab4 (diff)
downloademacs-61216e4ac2fe90984f0a110295783b4e9ada356d.tar.gz
emacs-61216e4ac2fe90984f0a110295783b4e9ada356d.zip
When searching a topic in Gnus, search all topic's groups
Bug#39515 * lisp/gnus/nnir.el (gnus-group-make-nnir-group): Bring the code in line with the documentation, which says that all topic groups will be searched, even if they're not visible.
-rw-r--r--lisp/gnus/nnir.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/gnus/nnir.el b/lisp/gnus/nnir.el
index 0f364d66e1a..0277524a8c6 100644
--- a/lisp/gnus/nnir.el
+++ b/lisp/gnus/nnir.el
@@ -617,7 +617,8 @@ A non-nil `specs' arg must be an alist with `nnir-query-spec' and
617 (list (gnus-group-group-name)) 617 (list (gnus-group-group-name))
618 (mapcar (lambda (entry) 618 (mapcar (lambda (entry)
619 (gnus-info-group (cadr entry))) 619 (gnus-info-group (cadr entry)))
620 (gnus-topic-find-groups (gnus-group-topic-name))))) 620 (gnus-topic-find-groups (gnus-group-topic-name)
621 nil t nil t))))
621 gnus-group-server)))) 622 gnus-group-server))))
622 (query-spec 623 (query-spec
623 (or (cdr (assq 'nnir-query-spec specs)) 624 (or (cdr (assq 'nnir-query-spec specs))