From ed5d29f4b3c57235594931d33dde7cccaf7cd58b Mon Sep 17 00:00:00 2001 From: thomascube Date: Thu, 25 May 2006 18:25:04 +0000 Subject: Finalized GoogieSpell integration --- config/main.inc.php.dist | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') 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'] = ''; -- cgit v1.2.3