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

type notmuch_message_remove_all_tags = unsafe extern "C" fn(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_READ_ONLY_DATABASE: Database was opened in read-only mode so message cannot be modified.