da_notmuch_message_destroy

Destroy a notmuch_message_t object.

It can be useful to call this function in the case of a single query object with many messages in the result, (such as iterating over the entire database). Otherwise, it's fine to never call this function and there will still be no memory leaks. (The memory from the messages get reclaimed when the containing query is destroyed.)

alias da_notmuch_message_destroy = void function(
notmuch_message_t* message
)

Meta