X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/d99491f27440d83f937131a861ca547bffb8bdf1..bc9c50602d20ce712188ea2cc3c5d30647d4d3f5:/lib/notmuch-private.h 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);