summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-10-28 13:54:45 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-10-28 13:54:45 +0000
commit33509b3198fe0f4ef1fa9b9b61a38ac811e71005 (patch)
treebbbe346bbdb1fbdf5dfc0bfd1b74e96932e6728c
parent6a52f526852905e60949dd096ffb28a0f818ab28 (diff)
Copy changes from r892 and r903
git-svn-id: https://svn.roundcube.net/trunk@905 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/INSTALL1
-rw-r--r--roundcubemail/config/main.inc.php.dist4
2 files changed, 4 insertions, 1 deletions
diff --git a/roundcubemail/INSTALL b/roundcubemail/INSTALL
index a28dea1c7..5dd3485e7 100644
--- a/roundcubemail/INSTALL
+++ b/roundcubemail/INSTALL
@@ -10,6 +10,7 @@ REQUIREMENTS
- error_reporting E_ALL & ~E_NOTICE (or lower)
- file_uploads on (for attachment upload features)
- memory_limit (increase as suitable to support large attachments)
+* PHP compiled with Open SSL to connect to IMAPS and to use the spell checker
* A MySQL or PostgreSQL database engine or the SQLite extension for PHP
* A database with permission to create tables
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index adea9b553..bfb44e6a7 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/config/main.inc.php.dist
@@ -94,7 +94,7 @@ $rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size');
$rcmail_config['skin_path'] = 'skins/default/';
// includes should be interpreted as PHP files
-$rcmail_config['skin_include_php'] = TRUE;
+$rcmail_config['skin_include_php'] = FALSE;
// use this folder to store temp files (must be writebale for apache user)
$rcmail_config['temp_dir'] = 'temp/';
@@ -174,6 +174,8 @@ $rcmail_config['read_when_deleted'] = TRUE;
$rcmail_config['flag_for_deletion'] = TRUE;
// 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
$rcmail_config['enable_spellcheck'] = TRUE;
// For a locally installed Nox Spell Server, please specify the URI to call it.