[Rt-commit] r4600 - in rtir/branches/1.9-EXPERIMENTAL: etc
jesse at bestpractical.com
jesse at bestpractical.com
Wed Mar 1 00:04:04 EST 2006
Author: jesse
Date: Wed Mar 1 00:04:01 2006
New Revision: 4600
Modified:
rtir/branches/1.9-EXPERIMENTAL/ (props changed)
rtir/branches/1.9-EXPERIMENTAL/etc/RTIR_Config.pm
Log:
r24799 at truegrounds: jesse | 2006-02-28 01:36:45 -0500
* RTIR Defaults MaxInlineBody to "unlimited"
Modified: rtir/branches/1.9-EXPERIMENTAL/etc/RTIR_Config.pm
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/etc/RTIR_Config.pm (original)
+++ rtir/branches/1.9-EXPERIMENTAL/etc/RTIR_Config.pm Wed Mar 1 00:04:01 2006
@@ -2,6 +2,10 @@
Set($rtirname , "RTIR for " . RT->Config->Get('rtname') );
+# By default, RT only displays text attachments inline up to the first 16k
+# RTIR will display them no matter how long they are
+#
+Set($MaxInlineBody,0);
# Set the number of days a message awaiting an external response
# may be inactive before the ticket becomes overdue
More information about the Rt-commit
mailing list