X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-config.c;fp=notmuch-config.c;h=0193401fe4b531df971a0b80933ccee709fc5745;hp=4fa274c73b15222432954efc52b4ead0f35ec660;hb=dd6b50709970ad08fbf0a09111bd3a0c31455518;hpb=d613d10ddd5948b4fa5a186fc54752047b25023d diff --git a/notmuch-config.c b/notmuch-config.c index 4fa274c7..0193401f 100644 --- a/notmuch-config.c +++ b/notmuch-config.c @@ -510,6 +510,9 @@ notmuch_config_close (notmuch_config_t *config) talloc_free (config); } +const char *_notmuch_config_get_path (notmuch_config_t *config) { + return config->filename; +} /* Save any changes made to the notmuch configuration. * * Any comments originally in the file will be preserved.