Function notmuch_sys::notmuch_thread_get_total_messages
[−]
[src]
pub unsafe extern "C" fn notmuch_thread_get_total_messages(
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
().