Function notmuch_sys::notmuch_message_get_thread_id
[−]
[src]
pub unsafe extern "C" fn notmuch_message_get_thread_id(
message: *mut notmuch_message_t
) -> *const c_char
Get the thread ID of 'message'.
The returned string belongs to 'message' and as such, should not be
modified by the caller and will only be valid for as long as the
message is valid, (for example, until the user calls
notmuch_message_destroy
on 'message' or until a query from which it
derived is destroyed).
This function will not return NULL since Notmuch ensures that every message belongs to a single thread.