]> git.notmuchmail.org Git - notmuch/commit
lib/query: generalize exclude handling to s-expression queries
authorDavid Bremner <david@tethera.net>
Tue, 24 Aug 2021 15:17:27 +0000 (08:17 -0700)
committerDavid Bremner <david@tethera.net>
Sun, 5 Sep 2021 00:07:19 +0000 (17:07 -0700)
commit0b98ad5e4ef6b0345f28143243de1170c5c3df54
tree7b5fd94bffbf78bdd2931f6eb682b3aa5a52e154
parentbafc307190f694bb3c9dd6dee8af1bae49225529
lib/query: generalize exclude handling to s-expression queries

In fact most of the code path is in common, only the caching of terms
in the query needs to be added for s-expression queries.
lib/query.cc
test/T081-sexpr-search.sh