Files
ports/mail/roundcube/files/patch-config_defaults.inc.php
Kurt Jaeger aa1233ab8c mail/roundcube: update 1.2.5 -> 1.3.0
PR:		220317
Submitted by:	ler, ale
Approved by:	ale
Relnotes: https://roundcube.net/news/2017/06/26/roundcube-webmail-1.3.0-released
2017-08-16 10:58:12 +00:00

14 lines
811 B
PHP

--- 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