X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=4c3d3eb81e630cefdbd8ec3f4b64206598b99a78;hb=bb74e9dff80e64734308d5997c756fd96d041235;hp=5b32f84a75ff4c316fa64e7b278dc973a4d4c851;hpb=44ea57a0d10ddab514abea319c4d25ec4e36b51e;p=notmuch diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 5b32f84a..4c3d3eb8 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -261,6 +261,10 @@ notmuch_status_t _notmuch_message_add_filename (notmuch_message_t *message, const char *filename); +notmuch_status_t +_notmuch_message_rename (notmuch_message_t *message, + const char *new_filename); + void _notmuch_message_ensure_thread_id (notmuch_message_t *message);