summaryrefslogtreecommitdiff
path: root/plugins/enigma/config.inc.php.dist
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2015-03-31 18:56:32 +0200
committerAleksander Machniak <alec@alec.pl>2015-03-31 18:56:32 +0200
commita99c34159d03f2b5b525d6d8cc38509c4ac2f0a1 (patch)
tree443e60dc7c2c3d948e9da40da041b1c6fda89f00 /plugins/enigma/config.inc.php.dist
parent0a4e0921d3c4e4e1e485f43dc05bf0447fbc846a (diff)
Enigma: Implemented messages signing and encrypting
Diffstat (limited to 'plugins/enigma/config.inc.php.dist')
-rw-r--r--plugins/enigma/config.inc.php.dist6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/enigma/config.inc.php.dist b/plugins/enigma/config.inc.php.dist
index 2adb4d9f6..b58ce8bad 100644
--- a/plugins/enigma/config.inc.php.dist
+++ b/plugins/enigma/config.inc.php.dist
@@ -12,3 +12,9 @@ $config['enigma_smime_driver'] = 'phpssl';
// Keys directory for all users. Default 'enigma/home'.
// Must be writeable by PHP process
$config['enigma_pgp_homedir'] = null;
+
+// Enable signing all messages by default
+$config['enigma_sign_all'] = false;
+
+// Enable encrypting all messages by default
+$config['enigma_encrypt_all'] = false;