]> git.notmuchmail.org Git - notmuch/commit
lib/query: factor out _notmuch_query_string_to_xapian_query
authorDavid Bremner <david@tethera.net>
Tue, 24 Aug 2021 15:17:31 +0000 (08:17 -0700)
committerDavid Bremner <david@tethera.net>
Sun, 5 Sep 2021 00:07:19 +0000 (17:07 -0700)
commitb3bbaf1bc27d79b8191d296998f695be5be3146a
treecde85237e6caf471f10b594bbb85d7112fe5b6ed
parentc62f3f77a7eeda57cff8c5c66e86d39ae3c38aad
lib/query: factor out _notmuch_query_string_to_xapian_query

When dealing with recursive queries (i.e. thread:{foo}) it turns out
to be useful just to deal with the underlying Xapian objects, and not
wrap them in notmuch objects.
lib/database-private.h
lib/query.cc