X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lib%2Fmessage-private.h;fp=lib%2Fmessage-private.h;h=74199256cc5de94f729d908bc2ccce8b00054684;hb=b8bb6d796458732622f80464dd808b3e02f57d9d;hp=0000000000000000000000000000000000000000;hpb=8b03ee1d5a310f82718281362d105ff09e30148f;p=notmuch diff --git a/lib/message-private.h b/lib/message-private.h new file mode 100644 index 00000000..74199256 --- /dev/null +++ b/lib/message-private.h @@ -0,0 +1,16 @@ +#ifndef MESSAGE_PRIVATE_H +#define MESSAGE_PRIVATE_H + +notmuch_string_map_t * +_notmuch_message_property_map (notmuch_message_t *message); + +notmuch_bool_t +_notmuch_message_frozen (notmuch_message_t *message); + +void +_notmuch_message_remove_terms (notmuch_message_t *message, const char *prefix); + +void +_notmuch_message_invalidate_metadata (notmuch_message_t *message, const char *prefix_name); + +#endif