Function notmuch_sys::notmuch_message_get_filenames [] [src]

pub unsafe extern "C" fn notmuch_message_get_filenames(
    message: *mut notmuch_message_t
) -> *mut notmuch_filenames_t

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() ).