]> git.cworth.org Git - notmuch/commit
CLI/tag: enable sexp queries
authorDavid Bremner <david@tethera.net>
Tue, 24 Aug 2021 15:17:44 +0000 (08:17 -0700)
committerDavid Bremner <david@tethera.net>
Sun, 5 Sep 2021 00:07:19 +0000 (17:07 -0700)
commit4595a814c2117fb33ea39e3ecea41858ad3791a2
tree7dc6eaf0f97534323d4bad6e438a37a438dd5127
parent2944d5913319056dfec5c23065932fd1c87a96f6
CLI/tag: enable sexp queries

We have to rewrite _optimize_tag_query here because it is generating
a query string in the infix Xapian syntax. Luckily this is easy to do
with the sexp query syntax.
notmuch-tag.c
test/T150-tagging.sh