X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=6036ce4a63a023399340d6d91c355b785744a38c;hp=8bb919358a08fcde36f918bed604700b51b89997;hb=933caf814fcbbb7420d03ef42bb37bea6dd90449;hpb=f970d8078cc29f876bebe02937307a5a8f2d394f diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 8bb91935..6036ce4a 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -173,7 +173,7 @@ _notmuch_message_create_for_message_id (const void *talloc_owner, notmuch_private_status_t *status); const char * -_notmuch_message_get_subject (notmuch_message_t *message); +_notmuch_message_get_in_reply_to (notmuch_message_t *message); notmuch_private_status_t _notmuch_message_add_term (notmuch_message_t *message, @@ -304,6 +304,12 @@ _notmuch_message_list_add_message (notmuch_message_list_t *list, notmuch_messages_t * _notmuch_messages_create (notmuch_message_list_t *list); +/* message.cc */ + +void +_notmuch_message_add_reply (notmuch_message_t *message, + notmuch_message_node_t *reply); + /* date.c */ /* Parse an RFC 8222 date string to a time_t value.