]> git.eshelyaron.com Git - emacs.git/commit
Use notmuch thread:{} operator instead of performing two searches
authorSean Whitton <spwhitton@spwhitton.name>
Thu, 7 Jul 2022 16:34:04 +0000 (09:34 -0700)
committerSean Whitton <spwhitton@spwhitton.name>
Thu, 14 Jul 2022 18:47:02 +0000 (11:47 -0700)
commit00eb894a56d63fad3573a53dd57c323289711512
treec98c4c5d06f9ecd08ffdda569189ec2b1159d93c
parent90f8c8400f88939208ae372287100caa46a5d31c
Use notmuch thread:{} operator instead of performing two searches

This also avoids some command line length limit problems (bug#56442).

* gnus-search.el (gnus-search-run-search): Delete notmuch method.
(gnus-search-indexed-search-command): In the notmuch method, when
searching for threads, wrap whole query in thread:{} operator, and
always use --output=files, never --output=threads (bug#56442).
lisp/gnus/gnus-search.el