Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.inc.php.sample')
-rw-r--r--config/config.inc.php.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/config.inc.php.sample b/config/config.inc.php.sample
index 99a54c495..0279a7211 100644
--- a/config/config.inc.php.sample
+++ b/config/config.inc.php.sample
@@ -86,3 +86,7 @@ $config['plugins'] = array(
// skin name: folder from skins/
$config['skin'] = 'elastic';
+
+// Use the Main Keyring in Mailvelope? If not, use (creating if required)
+// a per-site keyring. Most sites use the Main Keyring, so set this to true.
+$config['mailvelope_main_keyring'] = true;