From: David Bremner Date: Sat, 27 Feb 2021 13:22:32 +0000 (-0400) Subject: CLI/config: remove calls to notmuch_config_open from top level X-Git-Tag: 0.32_rc0~13 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=ec4b7efbe4bd6d50bd6046bac5f7ef4ceaa30154;hp=ec4b7efbe4bd6d50bd6046bac5f7ef4ceaa30154;p=notmuch CLI/config: remove calls to notmuch_config_open from top level This will allow simplifying the subcommand interface. Change the internal API to notmuch_config_open to not tie it to the implementation of subcommands in notmuch.c. It also fixes a previously broken test, since notmuch_config_open does not understand the notion of the empty string as a config file name. ---