[Rt-commit] r7612 - rt/branches/3.7-EXPERIMENTAL/lib/RT
clkao at bestpractical.com
clkao at bestpractical.com
Sun Apr 22 10:56:42 EDT 2007
Author: clkao
Date: Sun Apr 22 10:56:39 2007
New Revision: 7612
Modified:
rt/branches/3.7-EXPERIMENTAL/lib/RT/Config.pm
Log:
Declare config spec for MailPlugins.
Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Config.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Config.pm (original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Config.pm Sun Apr 22 10:56:39 2007
@@ -115,6 +115,9 @@
},
},
},
+ MailPlugins => {
+ Type => 'ARRAY'
+ },
GnuPG => {
Type => 'HASH'
},
More information about the Rt-commit
mailing list