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

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

Date: Sun, 03 Mar 2013 12:32:31 -0400

To: Jani Nikula, notmuch@notmuchmail.org

Cc:

From: David Bremner


Jani Nikula <jani@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

Thread: