]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
CLI/reply: convert to new config framework
[notmuch] / lib / notmuch-private.h
index 969caac0eb15c2d73ef057d9854fdc9b10ae9399..961d50cfd365c75f11960c4dbadcc707b03cce33 100644 (file)
@@ -707,6 +707,12 @@ struct _notmuch_indexopts {
 /* config.cc */
 notmuch_status_t
 _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