Clarify the documentation for the new_tags configuration option.

Specifically mentioning that it's a list separated by ';' and use
"will" instead of "should".
This commit is contained in:
Carl Worth 2010-04-23 09:28:45 -07:00
parent 15e71cfda7
commit 444923e2d0

View file

@ -40,8 +40,10 @@ static const char database_config_comment[] =
static const char messages_config_comment[] = static const char messages_config_comment[] =
" Messages configuration\n" " Messages configuration\n"
"\n" "\n"
" The only value supported here is 'new_tags' which lists the tags that\n" " The following options are supported here:\n"
" should be applied to new messages.\n"; "\n"
"\tnew_tags A list (separated by ';') of the tags that will be\n"
"\t added to all messages incorporated by \"notmuch new\".\n";
static const char user_config_comment[] = static const char user_config_comment[] =
" User configuration\n" " User configuration\n"