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

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

Get the total number of messages in 'thread'.

This count consists of all messages in the database belonging to this thread. Contrast with notmuch_thread_get_matched_messages() .