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.
version(DerelictNotMuch_Dynamic)
extern (C) @nogc nothrow
aliasda_notmuch_thread_get_toplevel_messages = notmuch_messages_t* function
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.