]> git.cworth.org Git - notmuch/blobdiff - lib/message-private.h
lib: basic message-property API
[notmuch] / lib / message-private.h
diff --git a/lib/message-private.h b/lib/message-private.h
new file mode 100644 (file)
index 0000000..7419925
--- /dev/null
@@ -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