]> git.notmuchmail.org Git - notmuch/commitdiff
Clarify the documentation for the new_tags configuration option.
authorCarl Worth <cworth@cworth.org>
Fri, 23 Apr 2010 16:28:45 +0000 (09:28 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 23 Apr 2010 16:28:45 +0000 (09:28 -0700)
Specifically mentioning that it's a list separated by ';' and use
"will" instead of "should".

notmuch-config.c

index cadc6e61f9a1871fd0391c97419cc5161075e634..0a050909c091dd193d5a79166e900340a28f132b 100644 (file)
@@ -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"