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.

version(DerelictNotMuch_Dynamic)
extern (C) @nogc nothrow
alias da_notmuch_query_add_tag_exclude = void function
(,
const(char)* tag
)

Meta