]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch-private.h
CLI/reply: convert to new config framework
[notmuch] / lib / notmuch-private.h
index 51016b0b430017397cc5cc86ab518994fe432550..961d50cfd365c75f11960c4dbadcc707b03cce33 100644 (file)
@@ -704,6 +704,15 @@ struct _notmuch_indexopts {
 
 #define EMPTY_STRING(s) ((s)[0] == '\0')
 
+/* 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