Don't include MIME headers twice in base part.
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 24 Nov 2008 21:37:06 +0000 (14:37 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 24 Nov 2008 22:04:53 +0000 (15:04 -0700)
framework/Mime/lib/Horde/Mime/Part.php

index 4606163..b5abfff 100644 (file)
@@ -1400,7 +1400,7 @@ class Horde_Mime_Part
         }
 
         /* Make sure the message has a trailing newline. */
-        $msg = $this->toString();
+        $msg = $this->toString(false);
         if (substr($msg, -1) != "\n") {
             $msg .= "\n";
         }