From b90c2a7164a911a0fc30230f2817cbc3a65b4a86 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 6 Mar 2018 14:44:57 +0100 Subject: bin/interpret-mail: accept "\" as line break escaper --- bin/interpret-mail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/interpret-mail') diff --git a/bin/interpret-mail b/bin/interpret-mail index 1cc466e..bdcf016 100755 --- a/bin/interpret-mail +++ b/bin/interpret-mail @@ -168,7 +168,7 @@ sed -n ' N bstart_loop } - s/=\s*\n//g + s/[=\]\s*\n//g s/:\s*\n/: /g s/\n\(\S\+[^: ]\(\s\|\n\|$\)\)/ \1/g ' > \ -- cgit v1.2.3