summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-10-14 13:32:01 +0200
committerThomas Bruederli <thomas@roundcube.net>2014-10-14 13:32:08 +0200
commit507dad3354b8d4f1e1c4e88561e08ae4d5b7e2fb (patch)
tree320e062e3fa2e46119483573f4f6e38c003f4c27 /config
parent6b7e06620d31078bdd8dd139a395439b0fe810ea (diff)
Clarify spell check settings in default config
Diffstat (limited to 'config')
-rw-r--r--config/defaults.inc.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/config/defaults.inc.php b/config/defaults.inc.php
index 6f61a4cd8..ee836e68e 100644
--- a/config/defaults.inc.php
+++ b/config/defaults.inc.php
@@ -618,12 +618,13 @@ $config['enable_spellcheck'] = true;
$config['spellcheck_dictionary'] = false;
// Set the spell checking engine. Possible values:
-// - 'googie' - the default
+// - 'googie' - the default (also used for connecting to Nox Spell Server, see 'spellcheck_uri' setting)
// - 'pspell' - requires the PHP Pspell module and aspell installed
// - 'enchant' - requires the PHP Enchant module
// - 'atd' - install your own After the Deadline server or check with the people at http://www.afterthedeadline.com before using their API
-// Since Google shut down their public spell checking service, you need to
-// connect to a Nox Spell Server when using 'googie' here. Therefore specify the 'spellcheck_uri'
+// Since Google shut down their public spell checking service, the default settings
+// connect to http://spell.roundcube.net which is a hosted service provided by Roundcube.
+// You can connect to any other googie-compliant service by setting 'spellcheck_uri' accordingly.
$config['spellcheck_engine'] = 'googie';
// For locally installed Nox Spell Server or After the Deadline services,