aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-config.c
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-04-23 09:28:45 -0700
committerGravatar Carl Worth <cworth@cworth.org>2010-04-23 09:28:45 -0700
commit444923e2d0ddbf7c3890296354aebdb54f1efda8 (patch)
treed7e0fa9e22028d9ce30abf31d0d35bd903657910 /notmuch-config.c
parent15e71cfda732c20d06f0a15b2ab16a940ecd5962 (diff)
Clarify the documentation for the new_tags configuration option.
Specifically mentioning that it's a list separated by ';' and use "will" instead of "should".
Diffstat (limited to 'notmuch-config.c')
-rw-r--r--notmuch-config.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/notmuch-config.c b/notmuch-config.c
index cadc6e61..0a050909 100644
--- a/notmuch-config.c
+++ b/notmuch-config.c
@@ -40,8 +40,10 @@ static const char database_config_comment[] =
static const char messages_config_comment[] =
" Messages configuration\n"
"\n"
- " The only value supported here is 'new_tags' which lists the tags that\n"
- " should be applied to new messages.\n";
+ " The following options are supported here:\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[] =
" User configuration\n"