X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=d602e157c80e8184bd5d23ece56dc6a4afb8343d;hp=5b32f84a75ff4c316fa64e7b278dc973a4d4c851;hb=088801a14ab1ccf4c65e5bf7b50b3a1172c477d7;hpb=b65a783195cb459a316370eb7a956b6029102f2e diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 5b32f84a..d602e157 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_private_status_t +_notmuch_message_rename (notmuch_message_t *message, + const char *new_filename); + void _notmuch_message_ensure_thread_id (notmuch_message_t *message);