diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-10-11 07:45:49 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-10-11 07:45:49 +0000 |
| commit | 20048fb09706c14c605cc6c8b6d466b0a9aa60a7 (patch) | |
| tree | 3d56929fd59cc7ed357f66a637bb39ffa38980e5 /plugins/enigma/config.inc.php | |
| parent | 4dc279dae5fb66d8210a80c5f7f748b7df86cee9 (diff) | |
- Added .dist config file
git-svn-id: https://svn.roundcube.net/trunk@5329 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, 0 insertions, 14 deletions
diff --git a/plugins/enigma/config.inc.php b/plugins/enigma/config.inc.php deleted file mode 100644 index ca841d0ac..000000000 --- a/plugins/enigma/config.inc.php +++ /dev/null @@ -1,14 +0,0 @@ -<?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; |
