]> git.cworth.org Git - notmuch-old/commit
Add internal functions to search for alternate doc types
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sat, 9 Apr 2016 01:54:49 +0000 (22:54 -0300)
committerDavid Bremner <david@tethera.net>
Mon, 11 Apr 2016 00:07:46 +0000 (21:07 -0300)
commitb41bce97c8c5de36643ef5935e5f325a36c232c9
tree48133aeab78c29a2a9ef7fd490a18abd7fa56d94
parentd94b786e872935c356aec30bad49fd8735dcb288
Add internal functions to search for alternate doc types

Publicly we are only exposing the non-ghost documents (of "type"
"mail").  But internally we might want to inspect the ghost messages
as well.

This changeset adds two new private interfaces to queries to recover
information about alternate document types.
lib/notmuch-private.h
lib/query.cc