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

type notmuch_message_remove_property = unsafe extern "C" fn(message: *mut notmuch_message_t, key: *const c_char, value: *const c_char) -> notmuch_status_t;

Remove a (key,value) pair from a message.

It is not an error to remove a non-existant (key,value) pair

@returns