X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=5e0b42e3e0af742da055a8f35b882f7ed15b8a2e;hb=87e3a82feb3932fea2c2b160c73d210dcd48a78c;hp=969caac0eb15c2d73ef057d9854fdc9b10ae9399;hpb=4743e87c2c79c37208bb60d6617ef203796fc5c2;p=notmuch diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 969caac0..5e0b42e3 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -707,6 +707,16 @@ 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); + +void +_notmuch_config_cache (notmuch_database_t *db, notmuch_config_key_t key, const char* val); + NOTMUCH_END_DECLS #ifdef __cplusplus