]> git.notmuchmail.org Git - notmuch/commit - test/T081-sexpr-search.sh
lib/parse-sexp: handle saved queries
authorDavid Bremner <david@tethera.net>
Tue, 24 Aug 2021 15:17:37 +0000 (08:17 -0700)
committerDavid Bremner <david@tethera.net>
Sun, 5 Sep 2021 00:07:19 +0000 (17:07 -0700)
commit6ab2d9b1a2e62b76960df8e80ff2a45d9c6a8551
tree2aa96273ef83eecfd6baf36542c1caaf971128dd
parent036734252d07d8568937073d4f2d366bcb06bc4e
lib/parse-sexp: handle saved queries

This provides functionality analogous to query: in the Xapian
QueryParser based parser. Perhaps counterintuitively, the saved
queries currently have to be in the original query syntax (i.e. not
s-expressions).
doc/man7/notmuch-sexp-queries.rst
lib/parse-sexp.cc
test/T081-sexpr-search.sh