mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-01-03 15:21:41 +01:00
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:
parent
15e71cfda7
commit
444923e2d0
1 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue