diff options
| author | David Bremner <david@tethera.net> | 2021-02-14 09:32:41 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-03-27 09:26:14 -0300 |
| commit | b76da87d29b6c9714e3d62fd8d459733df084f92 (patch) | |
| tree | ab612562cb1ba24f1640fbea011653f49051996e /notmuch.c | |
| parent | 3787fe6c84ae223ba8c34920c3a2495c71abfe6c (diff) | |
CLI/config: migrate notmuch_config_open to new config
notmuch_config_open will be preserved in the medium term for use by
the commands that are manipulating the config file directly (config
and setup)
Diffstat (limited to 'notmuch.c')
| -rw-r--r-- | notmuch.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -588,7 +588,7 @@ main (int argc, char *argv[]) } if (command->mode & NOTMUCH_COMMAND_CONFIG_OPEN) { - config = notmuch_config_open (local, config_file_name, command->mode); + config = notmuch_config_open (notmuch, config_file_name, command->mode); if (! config) { ret = EXIT_FAILURE; goto DONE; |
