aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-config.c
diff options
context:
space:
mode:
authorGravatar Tomi Ollila <tomi.ollila@iki.fi>2013-01-05 14:49:01 +0200
committerGravatar David Bremner <bremner@debian.org>2013-01-06 22:48:23 -0400
commit18d79d19738d1038f1a56cbdc13f3e0ff601efc7 (patch)
tree3343457ae0a3d7052eb4e37593381a2831a222a1 /notmuch-config.c
parent401dbebd4803477563eff03d719605ed37a8e44d (diff)
fix line breaks in one comment paragraph in generated .notmuch-config file
While one comment in generated .notmuch-config file looked good in the source file notmuch-config.c, the generated output was inconsistently wide -- even breaking the 80-column boundary.
Diffstat (limited to 'notmuch-config.c')
-rw-r--r--notmuch-config.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/notmuch-config.c b/notmuch-config.c
index 3e37a2d6..b5c2066e 100644
--- a/notmuch-config.c
+++ b/notmuch-config.c
@@ -49,8 +49,9 @@ static const char new_config_comment[] =
"\tignore A list (separated by ';') of file and directory names\n"
"\t that will not be searched for messages by \"notmuch new\".\n"
"\n"
- "\t NOTE: *Every* file/directory that goes by one of those names will\n"
- "\t be ignored, independent of its depth/location in the mail store.\n";
+ "\t NOTE: *Every* file/directory that goes by one of those\n"
+ "\t names will be ignored, independent of its depth/location\n"
+ "\t in the mail store.\n";
static const char user_config_comment[] =
" User configuration\n"