From: Austin Clements <amdragon@MIT.EDU>
Date: Wed, 18 Jan 2012 20:56:45 +0000 (-0500)
Subject: config: Better formatting for search section comment
X-Git-Tag: debian/0.12_rc1-1~192
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=a56e6603c604cbe010a520c9084e0ad2895755d9;p=obsolete%2Fnotmuch-old

config: Better formatting for search section comment

Since "auto_exclude_tags" is long and its description is multi-line,
start the description on the next line and indent it consistently.
---

diff --git a/notmuch-config.c b/notmuch-config.c
index 3d4d5b9f..8dcfe862 100644
--- a/notmuch-config.c
+++ b/notmuch-config.c
@@ -89,9 +89,10 @@ static const char search_config_comment[] =
     "\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;