da_notmuch_tags_get

Get the current tag from 'tags' as a string.

Note: The returned string belongs to 'tags' and has a lifetime identical to it (and the query to which it ultimately belongs).

See the documentation of notmuch_message_get_tags for example code showing how to iterate over a notmuch_tags_t object.

alias da_notmuch_tags_get = const(char)* function(
notmuch_tags_t* tags
)

Meta