summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-07-08 09:07:30 +0200
committerAleksander Machniak <alec@alec.pl>2013-07-08 09:07:30 +0200
commit53a7b6bfb49531fe83782993f2112d36d92c73ec (patch)
tree3fb9ca35c171a4e305585fcb78149d6f7946bce1 /config
parent1ca1e250a3c387d286fea59837334b03be4ef8eb (diff)
Update changelog
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 1d1eb9d6e..2c2b55327 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -512,8 +512,9 @@ $rcmail_config['enable_spellcheck'] = true;
// Setting it to 'shared' will make the dictionary shared by all users.
$rcmail_config['spellcheck_dictionary'] = false;
-// Set the spell checking engine. 'googie' is the default. 'pspell' is also available,
-// but requires the Pspell extensions. When using Nox Spell Server, also set 'googie' here.
+// Set the spell checking engine. 'googie' is the default.
+// 'pspell' and 'enchant' are also available, but they require
+// PHP Pspell or Enchant extensions. When using Nox Spell Server, also set 'googie' here.
$rcmail_config['spellcheck_engine'] = 'googie';
// For a locally installed Nox Spell Server, please specify the URI to call it.