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

type notmuch_message_get_flag = unsafe extern "C" fn(message: *mut notmuch_message_t, flag: notmuch_message_flag_t) -> notmuch_bool_t;

Get a value of a flag for the email corresponding to 'message'.