]> git.cworth.org Git - notmuch/commit
CLI/config support saving s-expression queries
authorDavid Bremner <david@tethera.net>
Tue, 24 Aug 2021 15:17:38 +0000 (08:17 -0700)
committerDavid Bremner <david@tethera.net>
Sun, 5 Sep 2021 00:07:19 +0000 (17:07 -0700)
commit81b9dbd110593d6b1a370efb3576bf39585af2ea
tree0e151cf4e90d75f48bed905ff097a331569efee4
parent6ab2d9b1a2e62b76960df8e80ff2a45d9c6a8551
CLI/config support saving s-expression queries

This commit does not enable using saved s-expression queries, only
saving and retrieving them from the config file or the database. Use
in queries will be enabled in a following commit.
doc/man1/notmuch-config.rst
notmuch-config.c
test/T081-sexpr-search.sh