notmuch_query_destroy

Destroy a notmuch_query_t along with any associated resources.

This will in turn destroy any notmuch_threads_t and notmuch_messages_t objects generated by this query, (and in turn any notmuch_thread_t and notmuch_message_t objects generated from those results, etc.), if such objects haven't already been destroyed.

version(DerelictNotMuch_Static)nothrow
void
notmuch_query_destroy
(
notmuch_query_t* query
)

Meta