From: David Bremner Date: Tue, 24 Aug 2021 15:17:13 +0000 (-0700) Subject: lib: define notmuch_query_create_with_syntax X-Git-Tag: archive/debian/0.34_rc0-1~61 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=c4f2f33a50643b41e6dbf0519c563ae7db48beab;hp=c4f2f33a50643b41e6dbf0519c563ae7db48beab;p=notmuch lib: define notmuch_query_create_with_syntax 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. ---