From 143c683eb12bb899880da182a74667297e7359be Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 1 Feb 2010 13:06:47 -0700 Subject: [PATCH] Bug #8837: Fix headers charset when doing HTML compose --- imp/lib/Compose.php | 1 + 1 file changed, 1 insertion(+) diff --git a/imp/lib/Compose.php b/imp/lib/Compose.php index 388188c38..d3346c244 100644 --- a/imp/lib/Compose.php +++ b/imp/lib/Compose.php @@ -1074,6 +1074,7 @@ class IMP_Compose $textpart = new Horde_Mime_Part(); $textpart->setType('multipart/alternative'); $textpart->addPart($textBody); + $textpart->setHeaderCharset($charset); if (empty($options['nofinal'])) { /* Any image links will be downloaded and appended to the -- 2.11.0