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

type notmuch_message_get_date = unsafe extern "C" fn(message: *mut notmuch_message_t) -> time_t;

Get the date of 'message' as a time_t value.

For the original textual representation of the Date header from the message call notmuch_message_get_header() with a header value of "date".