From ac46c928bcd779ec0b230061215ad66434ff7765 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 7 Sep 2017 13:59:44 +0200 Subject: bin/interpret-mail: add newline(s) at end of mail --- bin/interpret-mail | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/interpret-mail') diff --git a/bin/interpret-mail b/bin/interpret-mail index cfdf665..5d3cc51 100755 --- a/bin/interpret-mail +++ b/bin/interpret-mail @@ -86,6 +86,8 @@ if [ ! -s "${tmp_dir}/allowed-actions" ]; then exit fi +printf '\n\n' >> "${tmp_dir}/plain-content" + sed -n ' /^$/!b N -- cgit v1.2.3