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

type notmuch_thread_get_total_files = unsafe extern "C" fn(thread: *mut notmuch_thread_t) -> c_int;

Get the total number of files in 'thread'.

This sums notmuch_message_count_files over all messages in the thread @returns Non-negative integer @since libnotmuch 5.0 (notmuch 0.25)