X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch-config.c;h=0193401fe4b531df971a0b80933ccee709fc5745;hb=7061e41cd0ed7a37dab83687697a692a53c5a66f;hp=4fa274c73b15222432954efc52b4ead0f35ec660;hpb=319efe21c9d2754c99951cecc71184faf7ca9054;p=notmuch 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.