[PATCH 6/6] cli: add top level --config=FILE option

David Bremner david at tethera.net
Sun Mar 3 08:32:31 PST 2013


Jani Nikula <jani at nikula.org> writes:

> Let the user specify the config file on the command line.
>  
> -    config = notmuch_config_open (local, NULL, command->create_config);
> +    config = notmuch_config_open (local, config_file_name, command->create_config);
>      if (!config)
>  	return 1;

LGTM


More information about the notmuch mailing list