X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=012ad25c42cd3845588f9e2cee0b9d4a631900f7;hb=0bb1f26a268c357b2aa1e6a704eb3a3fa695fa32;hp=b86897c2031195a6bfa9d85ab4a5602204335315;hpb=d99491f27440d83f937131a861ca547bffb8bdf1;p=notmuch diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index b86897c2..012ad25c 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -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);