[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.8-161-g76dd771
Kevin Falcone
falcone at bestpractical.com
Tue Nov 13 15:42:35 EST 2012
The branch, 4.0-trunk has been updated
via 76dd77131cde231ebd41194194cfb425b34a405f (commit)
via 22099a1b5a515870be82429cd7872d4c68485a9b (commit)
from 9cfe4b0427ba15712f3b3eb34afb393daee9678a (commit)
Summary of changes:
lib/RT/Interface/Email.pm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 76dd77131cde231ebd41194194cfb425b34a405f
Merge: 9cfe4b0 22099a1
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Tue Nov 13 15:06:43 2012 -0500
Merge branch '4.0/update-subject-after-extractid' into 4.0-trunk
diff --cc lib/RT/Interface/Email.pm
index e776d02,80b1c62..1eab3ad
--- a/lib/RT/Interface/Email.pm
+++ b/lib/RT/Interface/Email.pm
@@@ -1545,11 -1549,9 +1549,11 @@@ sub Gateway
);
}
+ $head->replace('X-RT-Interface' => 'Email');
+
my ( $id, $Transaction, $ErrStr ) = $Ticket->Create(
Queue => $SystemQueueObj->Id,
- Subject => $Subject,
+ Subject => $NewSubject,
Requestor => \@Requestors,
Cc => \@Cc,
MIMEObj => $Message
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list