Function notmuch_sys::notmuch_message_remove_all_tags [] [src]

pub unsafe extern "C" fn notmuch_message_remove_all_tags(
    message: *mut notmuch_message_t
) -> notmuch_status_t

Remove all tags from the given message.

See notmuch_message_freeze for an example showing how to safely replace tag values.

notmuch_status_t::READ_ONLY_DATABASE: Database was opened in read-only mode so message cannot be modified.