diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-06-20 21:48:39 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-06-20 21:48:39 +0200 |
commit | 6376aaff0c4dae5d85ca814f038ef8fbae8834ca (patch) | |
tree | a2d0e65e4165634a050a4d7c3a818c9fbb163a9a /plugins/enigma/config.inc.php.dist | |
parent | b96be346de62308321d1191c393c569bfa56094f (diff) |
Remove unfinished development plugin from release branch
Diffstat (limited to 'plugins/enigma/config.inc.php.dist')
-rw-r--r-- | plugins/enigma/config.inc.php.dist | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/plugins/enigma/config.inc.php.dist b/plugins/enigma/config.inc.php.dist deleted file mode 100644 index ca841d0ac..000000000 --- a/plugins/enigma/config.inc.php.dist +++ /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; |