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.

version(DerelictNotMuch_Static)nothrow
const(char)*
notmuch_tags_get
(
notmuch_tags_t* tags
)

Meta