From: rhatto Date: Tue, 17 Oct 2006 01:39:49 +0000 (+0000) Subject: removed Content-Transfer-Encoding from function CreateMessageBodyPart X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0d58d0d4de16a3d73bb71857fdb2e24f57fbb2cd;p=firma.git removed Content-Transfer-Encoding from function CreateMessageBodyPart --- diff --git a/firma b/firma index eff7227..e7fbc82 100755 --- a/firma +++ b/firma @@ -1899,7 +1899,6 @@ function CreateMessageBodyPart { MESSAGE_BODY="\ Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline -Content-Transfer-Encoding: quoted-printable $MESSAGE_BODY" }