X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=a1b82b3e0eb6c4ff7809781b4aab47a397c81b70;hb=99cfa2703080c2474e6b8aec0cae86135ae23f1d;hp=303aeb30d94ec0098d0057406c1b66d22365b456;hpb=600f3761dc48c91a5ba9a18ddeb7fd8af22e71de;p=notmuch diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 303aeb30..a1b82b3e 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -269,6 +269,10 @@ notmuch_status_t _notmuch_message_add_filename (notmuch_message_t *message, const char *filename); +notmuch_status_t +_notmuch_message_remove_filename (notmuch_message_t *message, + const char *filename); + notmuch_status_t _notmuch_message_rename (notmuch_message_t *message, const char *new_filename);