diff options
author | thomascube <thomas@roundcube.net> | 2007-10-28 13:54:45 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-10-28 13:54:45 +0000 |
commit | e9ac143dbbc4ee8ecf1ab9fd1805211229cd9cd7 (patch) | |
tree | 559e45b0feb397901ca976f0b37324fbbe49905a /config/main.inc.php.dist | |
parent | 3a3de51002907df66cee1aa6078339f1ad7f306c (diff) |
Copy changes from r892 and r903
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | config/main.inc.php.dist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index adea9b553..bfb44e6a7 100644 --- a/config/main.inc.php.dist +++ b/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. |