[][src]Type Definition melib::backends::notmuch::bindings::notmuch_message_get_filenames

type notmuch_message_get_filenames = unsafe extern "C" fn(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() ).