aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-config.c
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2012-01-18 15:56:45 -0500
committerGravatar David Bremner <bremner@debian.org>2012-01-20 07:00:58 -0400
commita56e6603c604cbe010a520c9084e0ad2895755d9 (patch)
treef71ae9c6e6451fbb6f44c58333a6953e5d30bd4f /notmuch-config.c
parentad6d0d5e12114815bcf6ba3499f94a5ff13809b4 (diff)
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.
Diffstat (limited to 'notmuch-config.c')
-rw-r--r--notmuch-config.c7
1 files changed, 4 insertions, 3 deletions
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;