]> git.notmuchmail.org Git - notmuch/commitdiff
CLI/config: remove calls to notmuch_config_open from top level
authorDavid Bremner <david@tethera.net>
Sat, 27 Feb 2021 13:22:32 +0000 (09:22 -0400)
committerDavid Bremner <david@tethera.net>
Wed, 7 Apr 2021 00:32:36 +0000 (21:32 -0300)
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.


No differences found