[Rt-commit] r7613 - in rt/branches/3.7-EXPERIMENTAL-TUNIS: lib/RT
lib/RT/Interface/Email/Auth
clkao at bestpractical.com
clkao at bestpractical.com
Sun Apr 22 10:58:16 EDT 2007
Author: clkao
Date: Sun Apr 22 10:58:16 2007
New Revision: 7613
Modified:
rt/branches/3.7-EXPERIMENTAL-TUNIS/ (props changed)
rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/RT/Config.pm
rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/RT/Interface/Email/Auth/GnuPGNG.pm
Log:
Merge down to tunis.
Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/RT/Config.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/RT/Config.pm (original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/RT/Config.pm Sun Apr 22 10:58:16 2007
@@ -115,6 +115,9 @@
},
},
},
+ MailPlugins => {
+ Type => 'ARRAY'
+ },
GnuPG => {
Type => 'HASH'
},
Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/RT/Interface/Email/Auth/GnuPGNG.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/RT/Interface/Email/Auth/GnuPGNG.pm (original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/RT/Interface/Email/Auth/GnuPGNG.pm Sun Apr 22 10:58:16 2007
@@ -10,7 +10,7 @@
Set up a gnupgp key directory with a pubring containing only the keys
you care about and specify the following in your SiteConfig.pm
-Set(%GnuPG, homedir => '/opt/rt3/var/data/GnuPG');
+Set(%GnuPGOptions, homedir => '/opt/rt3/var/data/GnuPG');
Set(@MailPlugins, 'Auth::GnuPGNG', ...other filter...);
=cut
More information about the Rt-commit
mailing list