]> git.notmuchmail.org Git - notmuch/commitdiff
config: Better formatting for search section comment
authorAustin Clements <amdragon@MIT.EDU>
Wed, 18 Jan 2012 20:56:45 +0000 (15:56 -0500)
committerDavid Bremner <bremner@debian.org>
Fri, 20 Jan 2012 11:00:58 +0000 (07:00 -0400)
Since "auto_exclude_tags" is long and its description is multi-line,
start the description on the next line and indent it consistently.

notmuch-config.c

index 3d4d5b9fd1d2f02dedb4bcd8067c8bc0a65021a6..8dcfe862802455732b85eef6be9e55e480f34ed8 100644 (file)
@@ -89,9 +89,10 @@ static const char search_config_comment[] =
     "\n"
     " The following option is supported here:\n"
     "\n"
     "\n"
     " The following option is supported here:\n"
     "\n"
-    "\tauto_exclude_tags      A ;-separated list of tags that will be\n"
-    "\t excluded from search results by default.  Using an excluded tag\n"
-    "\t in a query will override that exclusion.\n";
+    "\tauto_exclude_tags\n"
+    "\t\tA ;-separated list of tags that will be excluded from\n"
+    "\t\tsearch results by default.  Using an excluded tag in a\n"
+    "\t\tquery will override that exclusion.\n";
 
 struct _notmuch_config {
     char *filename;
 
 struct _notmuch_config {
     char *filename;