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

Bart Trojanowski bart at jukie.net
Wed Nov 25 11:55:20 PST 2009


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/


More information about the notmuch mailing list