]> git.cworth.org Git - notmuch/commitdiff
lib: define notmuch_query_create_with_syntax
authorDavid Bremner <david@tethera.net>
Tue, 24 Aug 2021 15:17:13 +0000 (08:17 -0700)
committerDavid Bremner <david@tethera.net>
Sun, 5 Sep 2021 00:07:19 +0000 (17:07 -0700)
Set the parsing syntax when the (notmuch) query object is
created. Initially the library always returns a trivial query that
matches all messages when using s-expression syntax.

It seems better to select the syntax at query creation time because
the lazy parsing is an implementation detail.


No differences found