[PATCH 1/1] fix line breaks in one comment paragraph in generated .notmuch-config file
Austin Clements
amdragon at MIT.EDU
Sat Jan 5 09:47:14 PST 2013
LGTM.
On Sat, 05 Jan 2013, Tomi Ollila <tomi.ollila at iki.fi> wrote:
> 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.
> ---
> notmuch-config.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/notmuch-config.c b/notmuch-config.c
> index 3e37a2d..9318a89 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"
> --
> 1.8.0
>
> _______________________________________________
> notmuch mailing list
> notmuch at notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch
More information about the notmuch
mailing list