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

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