From: David Bremner Date: Tue, 24 Aug 2021 15:17:39 +0000 (-0700) Subject: lib/parse-sexp: support saved s-expression queries X-Git-Tag: archive/debian/0.34_rc0-1~35 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=9b9eb1d8bd6464f044facef9507c5988c3d953ca;hp=9b9eb1d8bd6464f044facef9507c5988c3d953ca;p=notmuch lib/parse-sexp: support saved s-expression queries 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. ---