Function notmuch_sys::notmuch_thread_get_messages [] [src]

pub unsafe extern "C" fn notmuch_thread_get_messages(
    thread: *mut notmuch_thread_t
) -> *mut notmuch_messages_t

Get a notmuch_thread_t iterator for all messages in 'thread' in oldest-first order.

The returned list will be destroyed when the thread is destroyed.