]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
lib: Internal support for querying and creating ghost messages
[notmuch] / lib / notmuch-private.h
index b86897c2031195a6bfa9d85ab4a5602204335315..012ad25c42cd3845588f9e2cee0b9d4a631900f7 100644 (file)
@@ -308,6 +308,10 @@ _notmuch_message_sync (notmuch_message_t *message);
 notmuch_status_t
 _notmuch_message_delete (notmuch_message_t *message);
 
+notmuch_private_status_t
+_notmuch_message_initialize_ghost (notmuch_message_t *message,
+                                  const char *thread_id);
+
 void
 _notmuch_message_close (notmuch_message_t *message);