cli: update 'new.ignore' config file comment wrt file/directory matching

This commit is contained in:
Pieter Praet 2012-02-19 21:47:51 +01:00 committed by David Bremner
parent 3f88b96167
commit f531f95adc

View file

@ -47,7 +47,10 @@ static const char new_config_comment[] =
"\t added to all messages incorporated by \"notmuch new\".\n"
"\n"
"\tignore A list (separated by ';') of file and directory names\n"
"\t that will not be searched for messages by \"notmuch new\".\n";
"\t that will not be searched for messages by \"notmuch new\".\n"
"\n"
"\t NOTE: *Every* file/directory that goes by one of those names will\n"
"\t be ignored, independent of its depth/location in the mail store.\n";
static const char user_config_comment[] =
" User configuration\n"