da_notmuch_message_add_tag

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

Detailed Description

NOTMUCH STATUS SUCCESS

Tag successfully added to 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