]> git.cworth.org Git - notmuch/commit
lib/parse-sexp: support and, not, and or.
authorDavid Bremner <david@tethera.net>
Tue, 24 Aug 2021 15:17:19 +0000 (08:17 -0700)
committerDavid Bremner <david@tethera.net>
Sun, 5 Sep 2021 00:07:19 +0000 (17:07 -0700)
commitf83cd2a05ac84ef4bf28f75c763b0688df3f4201
tree499f73405bac25d3a786d755b827a59500a63401
parenta2785c3919c56a370a7f860f4eeb93846f4a1e63
lib/parse-sexp: support and, not, and or.

All operations and (Xapian) fields will eventually have an entry in
the prefixes table. The flags field is just a placeholder for now, but
will eventually distinguish between various kinds of prefixes.
doc/man7/notmuch-sexp-queries.rst
lib/parse-sexp.cc
test/T081-sexpr-search.sh