From 786fb18c437ae1211be4d4ad0573a62c1a48b768 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Fri, 12 Nov 2021 22:35:37 +0100 Subject: Revert disabling the spell check feature in defaults This is not a change that should be done in a patch release. --- CHANGELOG | 1 - config/defaults.inc.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1ec4fd5c9..410fb5197 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,7 +3,6 @@ CHANGELOG Roundcube Webmail RELEASE 1.4.12 -------------- -- Disable the default spellchecker option using spell.roundcube.net (#8182) - Enigma: Fix bug where signature verification could fail for non-ascii bodies (#7919) - Fix bug where contacts search didn't work with addressbook_search_mods set to an empty array (#7974) - Fix bug causing some HTML message content to be not centered in Elastic skin (#7911) diff --git a/config/defaults.inc.php b/config/defaults.inc.php index d0931ff19..20c1c6fd3 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -785,7 +785,7 @@ $config['show_real_foldernames'] = false; $config['quota_zero_as_unlimited'] = false; // Make use of the built-in spell checker. -$config['enable_spellcheck'] = false; +$config['enable_spellcheck'] = true; // Enables spellchecker exceptions dictionary. // Setting it to 'shared' will make the dictionary shared by all users. -- cgit v1.2.3