X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=d31953058a276da9fa31f13148ca9ae92fdafd29;hb=05dddf883dd762420bb8e6b86790e68d734fd568;hp=02e24ee8eb20d9c763c14d25454f86ad741a8133;hpb=d5523ead90b6be2b07d4af745b8ed9b980a6b9f1;p=notmuch 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);