From 0878c846bc2c1030ed01c8db34e20796c31ccd2d Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Sun, 08 Mar 2015 05:54:28 -0400 Subject: [PATCH] Enigma: Larry support, finished PGP decryption, other fixes and improvements --- plugins/enigma/config.inc.php.dist | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/enigma/config.inc.php.dist b/plugins/enigma/config.inc.php.dist index ca841d0..2adb4d9 100644 --- a/plugins/enigma/config.inc.php.dist +++ b/plugins/enigma/config.inc.php.dist @@ -4,11 +4,11 @@ // -------------------- // A driver to use for PGP. Default: "gnupg". -$rcmail_config['enigma_pgp_driver'] = 'gnupg'; +$config['enigma_pgp_driver'] = 'gnupg'; // A driver to use for S/MIME. Default: "phpssl". -$rcmail_config['enigma_smime_driver'] = 'phpssl'; +$config['enigma_smime_driver'] = 'phpssl'; // Keys directory for all users. Default 'enigma/home'. // Must be writeable by PHP process -$rcmail_config['enigma_pgp_homedir'] = null; +$config['enigma_pgp_homedir'] = null; -- Gitblit v1.9.1