X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=b187a80ff1979015ae59292b18a0e997267abfa8;hb=5b93fa6e70c905e3c5f2a8109683db29ccfd5bcf;hp=c8934b8b7b5d4659d20d45695ac315134f75c354;hpb=34d77539925f8e743830a2c8df0a079956ae8be3;p=notmuch diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index c8934b8b..b187a80f 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -436,6 +436,12 @@ _notmuch_message_file_get_headers (notmuch_message_file_t *message_file, const char * _notmuch_message_file_get_filename (notmuch_message_file_t *message); +/* add-message.cc */ +notmuch_status_t +_notmuch_database_link_message_to_parents (notmuch_database_t *notmuch, + notmuch_message_t *message, + notmuch_message_file_t *message_file, + const char **thread_id); /* index.cc */ notmuch_status_t