[Tickets #3765] subject with 8-bit characters, encoding is lost when replying
bugs@bugs.horde.org
bugs at bugs.horde.org
Sat Apr 15 02:25:37 PDT 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=3765
-----------------------------------------------------------------------
Ticket | 3765
Updated By | leena.heino at uta.fi
Summary | subject with 8-bit characters, encoding is lost when replying
Queue | IMP
Version | FRAMEWORK_3
State | Feedback
Priority | 1. Low
Type | Bug
Owners |
-----------------------------------------------------------------------
leena.heino at uta.fi (2006-04-15 02:25) wrote:
I've narroved this down to this setting of default_charset in
imp/lib/base.php:
// Set default message character set, if necessary
if (isset($prefs) && ($def_charset =
$prefs->getValue('default_msg_charset')))
{
$GLOBALS['mime_structure']['default_charset'] = $def_charset;
$GLOBALS['mime_headers']['default_charset'] = $def_charset;
}
If I remove this block, then 8-bit characters are shown correctly in Subject
header in the reply message window.
More information about the bugs
mailing list