mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
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:
parent
401dbebd48
commit
18d79d1973
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue