X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=lib%2Fnotmuch-private.h;h=dc58a2fd9cfaa94b3fecce214ee77a17f92af260;hb=9b73a8bcc9cb381fc1a15013f4baa3ec9fdb97a7;hp=8a1f2fab77af7c5d9102babdf7625394ed8a07c0;hpb=08757767de5c148cea8e7b97274789f851fbd854;p=notmuch diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 8a1f2fab..dc58a2fd 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -190,6 +190,10 @@ _notmuch_message_id_compressed (void *ctx, const char *message_id); notmuch_status_t _notmuch_database_ensure_writable (notmuch_database_t *notmuch); +void +_notmuch_database_log (notmuch_database_t *notmuch, + const char *format, ...); + const char * _notmuch_database_relative_path (notmuch_database_t *notmuch, const char *path); @@ -468,6 +472,8 @@ _notmuch_doc_id_set_remove (notmuch_doc_id_set_t *doc_ids, void _notmuch_message_add_reply (notmuch_message_t *message, notmuch_message_t *reply); +notmuch_database_t * +_notmuch_message_database (notmuch_message_t *message); /* sha1.c */