da_notmuch_message_remove_tag

alias da_notmuch_message_remove_tag = notmuch_status_t function(
notmuch_message_t* message
,
const(char)* tag
)

Detailed Description

NOTMUCH STATUS SUCCESS

Tag successfully removed from message

NOTMUCH STATUS NULL POINTER

The 'tag' argument is NULL

NOTMUCH STATUS TAG TOO LONG

The length of 'tag' is too long * (exceeds NOTMUCH_TAG_MAX)

NOTMUCH STATUS READ ONLY DATABASE

Database was opened in read-only * mode so message cannot be modified.

Meta