Re: [notmuch] [PATCH] notmuch-new: Option to disable tags from the configuration file.

Subject: Re: [notmuch] [PATCH] notmuch-new: Option to disable tags from the configuration file.

Date: Wed, 25 Nov 2009 14:55:20 -0500

To: Jan Janak

Cc: notmuch@notmuchmail.org

From: Bart Trojanowski


Jan,

I think your use of STRNCMP_LITERAL here is wrong...

> +	} else if (STRNCMP_LITERAL (argv[i], "--no-config-tags") == 0) {
> +	    add_config_tags = 0;

it will happily match "--no-config-tags-xxxxxxxxxxxxxxxxxxx".

Can I also suggest including --no-config-tags in the 'notmuch help'
output?

Besides that I am very happy with this patch series.

-pBart

-- 
				WebSig: http://www.jukie.net/~bart/sig/

Thread: