]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
lib: Move message ID compression to _notmuch_message_create_for_message_id
[notmuch] / lib / notmuch-private.h
index 17f30613bd00509e912d594101d21b7f587aae4d..36cc12b0df123c7a0eb79c0d81f8b40db9650d79 100644 (file)
@@ -174,6 +174,9 @@ typedef struct _notmuch_doc_id_set notmuch_doc_id_set_t;
 const char *
 _find_prefix (const char *name);
 
+char *
+_notmuch_message_id_compressed (void *ctx, const char *message_id);
+
 notmuch_status_t
 _notmuch_database_ensure_writable (notmuch_database_t *notmuch);