]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
lib: split notmuch_database_compact
[notmuch] / lib / notmuch-private.h
index 40b1a85511b1180dd5c3e977a5157290f5173a95..5e0b42e3e0af742da055a8f35b882f7ed15b8a2e 100644 (file)
@@ -710,6 +710,13 @@ _notmuch_config_load_from_database (notmuch_database_t * db);
 
 notmuch_status_t
 _notmuch_config_load_from_file (notmuch_database_t * db, GKeyFile *file);
+
+notmuch_status_t
+_notmuch_config_load_defaults (notmuch_database_t * db);
+
+void
+_notmuch_config_cache (notmuch_database_t *db, notmuch_config_key_t key, const char* val);
+
 NOTMUCH_END_DECLS
 
 #ifdef __cplusplus