diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-08-30 09:12:57 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-08-30 09:12:57 +0000 |
| commit | 77475c07839ce8fff72a4d00f8045888933cd43e (patch) | |
| tree | 6281d4d0fd8be1f49534a8ddaf53713bc0ec404e /plugins/enigma/config.inc.php | |
| parent | 8717e5314d76b81eb129d6bd0f7c957df22c0be5 (diff) | |
- Enigma plugin: initial commit
git-svn-id: https://svn.roundcube.net/trunk@3921 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/enigma/config.inc.php')
| -rw-r--r-- | plugins/enigma/config.inc.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/enigma/config.inc.php b/plugins/enigma/config.inc.php new file mode 100644 index 000000000..ca841d0ac --- /dev/null +++ b/plugins/enigma/config.inc.php @@ -0,0 +1,14 @@ +<?php + +// Enigma Plugin options +// -------------------- + +// A driver to use for PGP. Default: "gnupg". +$rcmail_config['enigma_pgp_driver'] = 'gnupg'; + +// A driver to use for S/MIME. Default: "phpssl". +$rcmail_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; |
