]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
lib/open: load default values for known configuration keys.
[notmuch] / lib / notmuch-private.h
index 40b1a85511b1180dd5c3e977a5157290f5173a95..961d50cfd365c75f11960c4dbadcc707b03cce33 100644 (file)
@@ -710,6 +710,9 @@ _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);
 NOTMUCH_END_DECLS
 
 #ifdef __cplusplus