Author: glen Date: Mon Feb 21 15:52:28 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - decode charset in incoming email subject when creating new issue
---- Files affected: SOURCES: eventum-charset-mailsubj.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/eventum-charset-mailsubj.patch diff -u /dev/null SOURCES/eventum-charset-mailsubj.patch:1.1 --- /dev/null Mon Feb 21 16:52:29 2005 +++ SOURCES/eventum-charset-mailsubj.patch Mon Feb 21 16:52:23 2005 @@ -0,0 +1,11 @@ +--- include/class.support.php 2005-02-18 14:28:18.000000000 +0200 ++++ ./include/class.support.php 2005-02-21 17:50:35.000000000 +0200 +@@ -556,7 +562,7 @@ + if (($info['ema_issue_auto_creation'] == 'enabled') && ($should_create_issue)) { + $options = Email_Account::getIssueAutoCreationOptions($info['ema_id']); + $new_issue_id = @Issue::createFromEmail($info['ema_prj_id'], APP_SYSTEM_USER_ID, +- $email->fromaddress, $email->subject, $message_body, $options['category'], ++ $email->fromaddress, Mime_Helper::fixEncoding($email->subject), $message_body, $options['category'], + $options['priority'], @$options['users'], $t['date']); + $t['issue_id'] = $new_issue_id; + // associate any existing replied-to email with this new issue ================================================================ _______________________________________________ pld-cvs-commit mailing list pld-cvs-commit@pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit