[Rt-commit] r7611 - rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Email/Auth

clkao at bestpractical.com clkao at bestpractical.com
Sun Apr 22 10:56:14 EDT 2007


Author: clkao
Date: Sun Apr 22 10:56:14 2007
New Revision: 7611

Modified:
   rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Email/Auth/GnuPGNG.pm

Log:
Update gnupg mailgate configuration doc.

Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Email/Auth/GnuPGNG.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Email/Auth/GnuPGNG.pm	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Email/Auth/GnuPGNG.pm	Sun Apr 22 10:56:14 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