]> git.notmuchmail.org Git - notmuch/blob - lib/message-private.h
lib/thread: sort sibling messages by date
[notmuch] / lib / message-private.h
1 #ifndef MESSAGE_PRIVATE_H
2 #define MESSAGE_PRIVATE_H
3
4 notmuch_string_map_t *
5 _notmuch_message_property_map (notmuch_message_t *message);
6
7 bool
8 _notmuch_message_frozen (notmuch_message_t *message);
9
10 void
11 _notmuch_message_remove_terms (notmuch_message_t *message, const char *prefix);
12
13 void
14 _notmuch_message_invalidate_metadata (notmuch_message_t *message,  const char *prefix_name);
15
16 #endif