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

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

Remove all (prefix*,value) pairs from the given message

@param[in,out] message message to operate on. @param[in] prefix delete properties with keys that start with prefix. If NULL, delete all properties @returns

@since libnotmuch 5.1 (notmuch 0.26)