]> git.eshelyaron.com Git - emacs.git/commit
Fix "Allow use of Gnus search groups as notmuch path: search term"
authorEric Abrahamsen <eric@ericabrahamsen.net>
Mon, 19 Nov 2018 18:03:16 +0000 (10:03 -0800)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Wed, 21 Nov 2018 16:38:37 +0000 (08:38 -0800)
commite01d030723aef2f90a2fc53a0b5251f29df94527
tree0a96b35f32c45951c8e1e5ce9479bab8960ce913
parentd15d72b27de3db2f7e49398c7d3da9465b774398
Fix "Allow use of Gnus search groups as notmuch path: search term"

* lisp/gnus/nnir.el (nnir-notmuch-filter-group-names-function):
  Default to nil -- getting correct behavior requires user
  intervention too often to have this enabled by default.
* lisp/gnus/nnir.el (nnir-run-notmuch): If the user has turned this
  on, then also hardcode `gnus-group-short-name' as a filter -- things
  will never work without it. Also move leading space to before the
  opening parenthesis.
* doc/misc/gnus.texi: Document option.

(Bug#33122)
doc/misc/gnus.texi
lisp/gnus/nnir.el