]> git.notmuchmail.org Git - notmuch/commitdiff
lib/parse-sexp: support saved s-expression queries
authorDavid Bremner <david@tethera.net>
Tue, 24 Aug 2021 15:17:39 +0000 (08:17 -0700)
committerDavid Bremner <david@tethera.net>
Sun, 5 Sep 2021 00:07:19 +0000 (17:07 -0700)
It turns out there is not really much code in query-fp.cc useful for
supporting the new syntax. The code we could potentially factor out
amounts to calling notmuch_database_get_config; both the key
construction and the parsing of the results are specific to the query
syntax involved.


No differences found