]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- decode charset in incoming email subject when creating new issue
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 21 Feb 2005 15:52:23 +0000 (15:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-charset-mailsubj.patch -> 1.1

eventum-charset-mailsubj.patch [new file with mode: 0644]

diff --git a/eventum-charset-mailsubj.patch b/eventum-charset-mailsubj.patch
new file mode 100644 (file)
index 0000000..025993e
--- /dev/null
@@ -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
This page took 0.105812 seconds and 4 git commands to generate.