From 6d3d31d7c6c7935b900267ef45514987aff6e6ef Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sat, 22 May 2010 12:40:46 +0200 Subject: [PATCH] set content-type on outgoing mail Signed-off-by: martin f. krafft --- fbi-announce.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/fbi-announce.sh b/fbi-announce.sh index 810d8f6..577dead 100755 --- a/fbi-announce.sh +++ b/fbi-announce.sh @@ -91,6 +91,7 @@ ${from:+From: ${from} ${cc:+Cc: ${cc} }Subject: Announce ${project} Message-Id: +Content-type: text/plain; charset=utf-8 ${msg} _eom -- 2.39.2