Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2021-08-29 16:58:44 +0300
committerThomas Bruederli <thomas@roundcube.net>2021-08-29 16:58:44 +0300
commit92757f5543df0abed841610670dbb0178806a24e (patch)
treea03d8abf8454cba7afd4e7c6ffd1a48745403509 /config
parent28dd7237bce42eb476c73038b15ce9de1dcabcd0 (diff)
Disable the default spellchecker option using spell.roundcube.net (#8182)
... since this service is no longer available.
Diffstat (limited to 'config')
-rw-r--r--config/defaults.inc.php11
1 files changed, 4 insertions, 7 deletions
diff --git a/config/defaults.inc.php b/config/defaults.inc.php
index b5a1dc7fe..b6cbd1671 100644
--- a/config/defaults.inc.php
+++ b/config/defaults.inc.php
@@ -908,27 +908,24 @@ $config['show_real_foldernames'] = false;
$config['quota_zero_as_unlimited'] = false;
// Make use of the built-in spell checker. It is based on GoogieSpell.
-$config['enable_spellcheck'] = true;
+$config['enable_spellcheck'] = false;
// Enables spellchecker exceptions dictionary.
// Setting it to 'shared' will make the dictionary shared by all users.
$config['spellcheck_dictionary'] = false;
// Set the spell checking engine. Possible values:
-// - 'googie' - the default (also used for connecting to Nox Spell Server, see 'spellcheck_uri' setting)
+// - 'googie' - requires 'spellcheck_uri' option to be set (also used for connecting to Nox Spell Server)
// - '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, 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,
// please specify the URI to call it.
-// Get Nox Spell Server from http://orangoo.com/labs/?page_id=72 or
-// the After the Deadline package from http://www.afterthedeadline.com.
-// Leave empty to use the public API of service.afterthedeadline.com
+// Get Nox Spell Server from https://github.com/handwritingio/nox_spell_server or
+// the After the Deadline package from http://www.afterthedeadline.com
$config['spellcheck_uri'] = '';
// These languages can be selected for spell checking.