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

type notmuch_message_set_flag = unsafe extern "C" fn(message: *mut notmuch_message_t, flag: notmuch_message_flag_t, value: notmuch_bool_t);

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