summaryrefslogtreecommitdiff
path: root/mail/roundcube/files/patch-config_defaults.inc.php
blob: d01c5541211cc0f705c26dbb77d624efb56dea8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- config/defaults.inc.php.orig	2017-06-26 20:56:47.000000000 +0200
+++ config/defaults.inc.php	2017-06-30 10:19:42.733949000 +0200
@@ -739,8 +739,8 @@ $config['spellcheck_dictionary'] = false
 // 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.
+// For a locally installed spellcheker, specify the URI to call it, for example:
+// 'http://' . $_SERVER['HTTP_HOST'] . '/spellchecker.php?lang='
 // 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