X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=6fc5b366c539712c6ddd2b2fd3778080b0b8958e;hb=cd8006886b1c80ff556a96f1e84e3d3914067a54;hp=e46df9a82d719ea4c0e6442dee4f3767203e6a19;hpb=adb53b073791f710b93a8fc755b6b7b606bf7fd1;p=notmuch diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index e46df9a8..6fc5b366 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -325,6 +325,10 @@ _notmuch_message_set_header_values (notmuch_message_t *message, const char *from, const char *subject); +void +_notmuch_message_update_subject (notmuch_message_t *message, + const char *subject); + void _notmuch_message_upgrade_last_mod (notmuch_message_t *message);