notmuch_query_add_tag_exclude

Add a tag that will be excluded from the query results by default. This exclusion will be overridden if this tag appears explicitly in the query.

version(DerelictNotMuch_Static)nothrow
void
notmuch_query_add_tag_exclude
(
notmuch_query_t* query
,
const(char)* tag
)

Meta