From 65e1f5c8f427632544bad6da22d9c80f484067f5 Mon Sep 17 00:00:00 2001 From: Vincent Lefevre Date: Tue, 6 Feb 2018 01:57:48 +0100 Subject: [PATCH] Add a blank line between the compile options and the contact info for mutt -v --- main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.c b/main.c index 78811d7c..b189c860 100644 --- a/main.c +++ b/main.c @@ -529,6 +529,8 @@ static void show_version (void) puts ("-MIXMASTER"); #endif + putchar ('\n'); + puts(_(ReachingUs)); mutt_print_patchlist(); -- 2.40.0