da_notmuch_messages_get

Get the current message from 'messages' as a notmuch_message_t.

Note: The returned message belongs to 'messages' and has a lifetime identical to it (and the query to which it belongs).

See the documentation of notmuch_query_search_messages for example code showing how to iterate over a notmuch_messages_t object.

If an out-of-memory situation occurs, this function will return NULL.

alias da_notmuch_messages_get = notmuch_message_t* function(
notmuch_messages_t* messages
)

Meta