X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-config.c;h=b5c2066e345678fa36f189116c2d6b243eccf60e;hp=3e37a2d654b5c57df4d3a39d07afe97b5e9095e6;hb=18d79d19738d1038f1a56cbdc13f3e0ff601efc7;hpb=d32de8b3c0ba9e3224fbe66e76444bd44c1978fc 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"