da_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.

alias da_notmuch_query_add_tag_exclude = void function(
notmuch_query_t* query
,
const(char)* tag
)

Meta