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
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2021-11-13 00:35:37 +0300
committerThomas Bruederli <thomas@roundcube.net>2021-11-13 00:35:37 +0300
commit786fb18c437ae1211be4d4ad0573a62c1a48b768 (patch)
tree40146f6bbc1b572afd8992b0eb80c6d0c5457b53
parentff615738032b2703572aeefb034311ca21fd4cb7 (diff)
Revert disabling the spell check feature in defaults1.4.12
This is not a change that should be done in a patch release.
-rw-r--r--CHANGELOG1
-rw-r--r--config/defaults.inc.php2
2 files changed, 1 insertions, 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.