]> git.cworth.org Git - notmuch/commitdiff
CLI/git: replace enumeration of tags with sexp query.
authorDavid Bremner <david@tethera.net>
Sun, 10 Apr 2022 17:22:57 +0000 (14:22 -0300)
committerDavid Bremner <david@tethera.net>
Fri, 17 Jun 2022 11:40:19 +0000 (08:40 -0300)
Unlike the (current) infix query parser provided by Xapian, the
notmuch specific sexp query parser supports prefixed wildcard queries,
so use those. In addition to being somewhat faster, this avoids
needing to escape all of the user's tags to pass via the shell.


No differences found