X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=d31953058a276da9fa31f13148ca9ae92fdafd29;hp=02e24ee8eb20d9c763c14d25454f86ad741a8133;hb=bfe4555325086d5cb99e3962424128f94d1c921d;hpb=e4379c43e21ff69dcdb66064fe3de83ae0642fc0 diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 02e24ee8..d3195305 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -293,6 +293,9 @@ _notmuch_message_set_date (notmuch_message_t *message, void _notmuch_message_sync (notmuch_message_t *message); +notmuch_status_t +_notmuch_message_delete (notmuch_message_t *message); + void _notmuch_message_close (notmuch_message_t *message);