From: David Bremner Date: Sun, 10 Apr 2022 17:22:57 +0000 (-0300) Subject: CLI/git: replace enumeration of tags with sexp query. X-Git-Tag: 0.37_rc0~90 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=f67d7c9e7a2d110e54609e572c35804f0172ba11;hp=f67d7c9e7a2d110e54609e572c35804f0172ba11;p=notmuch CLI/git: replace enumeration of tags with sexp query. 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. ---