da_notmuch_thread_get_toplevel_messages

Get a notmuch_messages_t iterator for the top-level messages in 'thread' in oldest-first order.

This iterator will not necessarily iterate over all of the messages in the thread. It will only iterate over the messages in the thread which are not replies to other messages in the thread.

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

alias da_notmuch_thread_get_toplevel_messages = notmuch_messages_t* function(
notmuch_thread_t* thread
)

Meta