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.
This commit is contained in:
Tomi Ollila 2013-01-05 14:49:01 +02:00 committed by David Bremner
parent 401dbebd48
commit 18d79d1973

View file

@ -49,8 +49,9 @@ static const char new_config_comment[] =
"\tignore A list (separated by ';') of file and directory names\n" "\tignore A list (separated by ';') of file and directory names\n"
"\t that will not be searched for messages by \"notmuch new\".\n" "\t that will not be searched for messages by \"notmuch new\".\n"
"\n" "\n"
"\t NOTE: *Every* file/directory that goes by one of those names will\n" "\t NOTE: *Every* file/directory that goes by one of those\n"
"\t be ignored, independent of its depth/location in the mail store.\n"; "\t names will be ignored, independent of its depth/location\n"
"\t in the mail store.\n";
static const char user_config_comment[] = static const char user_config_comment[] =
" User configuration\n" " User configuration\n"