summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-05-25 18:25:04 +0000
committerthomascube <thomas@roundcube.net>2006-05-25 18:25:04 +0000
commited5d29f4b3c57235594931d33dde7cccaf7cd58b (patch)
treece9e2f54db0003ee9220913392213db99d5d04f6 /config
parent079bc8796dc53d2355311324dea9d57aad1c9e77 (diff)
Finalized GoogieSpell integration
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 2a0635c74..1224215ec 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -141,6 +141,10 @@ $rcmail_config['read_when_deleted'] = TRUE;
// false causes deleted messages to be permanantly removed if there is no Trash folder
$rcmail_config['flag_for_deletion'] = TRUE;
+// Make use of the built-in spell checker. It is based on GoogieSpell
+// which means that the message content will be sent to Google in order to check spelling
+$rcmail_config['enable_spellcheck'] = TRUE;
+
// path to a text file which will be added to each sent message
// paths are relative to the RoundCube root folder
$rcmail_config['generic_message_footer'] = '';