From 2c6951b9cbb4b9e354af5e9ec1c689dc51b5f9ac Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 25 Sep 2015 12:59:27 -0400
Subject: [PATCH] Add hint about configuration

---
 INSTALL                 |    3 +++
 config/defaults.inc.php |    2 --
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/INSTALL b/INSTALL
index 34b558f..fd62a10 100644
--- a/INSTALL
+++ b/INSTALL
@@ -65,6 +65,9 @@
 CONFIGURATION HINTS
 ===================
 
+IMPORTANT! Read all comments in defaults.inc.php, understand them
+and configure your installation to be not surprised by default behaviour.
+
 Roundcube writes internal errors to the 'errors' log file located in the logs
 directory which can be configured in config/config.inc.php. If you want ordinary
 PHP errors to be logged there as well, enable the 'php_value error_log' line
diff --git a/config/defaults.inc.php b/config/defaults.inc.php
index 45d2c7b..6e441cd 100644
--- a/config/defaults.inc.php
+++ b/config/defaults.inc.php
@@ -686,8 +686,6 @@
 $config['quota_zero_as_unlimited'] = false;
 
 // Make use of the built-in spell checker. It is based on GoogieSpell.
-// Since Google only accepts connections over https your PHP installatation
-// requires to be compiled with Open SSL support
 $config['enable_spellcheck'] = true;
 
 // Enables spellchecker exceptions dictionary.

--
Gitblit v1.9.1