notmuch/lib/message-private.h
David Bremner 126347b694 Import notmuch_0.38.2.orig.tar.xz
[dgit import orig notmuch_0.38.2.orig.tar.xz]
2023-12-01 07:51:09 -04:00

16 lines
389 B
C

#ifndef MESSAGE_PRIVATE_H
#define MESSAGE_PRIVATE_H
notmuch_string_map_t *
_notmuch_message_property_map (notmuch_message_t *message);
bool
_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