da_notmuch_message_get_filenames

Get all filenames for the email corresponding to 'message'.

Returns a notmuch_filenames_t iterator listing all the filenames associated with 'message'. These files may not have identical content, but each will have the identical Message-ID.

Each filename in the iterator is an absolute filename, (the initial component will match notmuch_database_get_path() ).

alias da_notmuch_message_get_filenames = notmuch_filenames_t* function(
notmuch_message_t* message
)

Meta