diff options
author | Alex Dupre <ale@FreeBSD.org> | 2014-04-10 09:51:13 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2014-04-10 09:51:13 +0000 |
commit | 1c98c289427aabd7f17ea78d88c3e7971fc71223 (patch) | |
tree | 5c2de404275c8a982550d4ceed2fd784e2bfbc4e /mail/roundcube/files/patch-config_defaults.inc.php | |
parent | - Add staging support (diff) |
Update to 1.0.0 release.
Diffstat (limited to 'mail/roundcube/files/patch-config_defaults.inc.php')
-rw-r--r-- | mail/roundcube/files/patch-config_defaults.inc.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/roundcube/files/patch-config_defaults.inc.php b/mail/roundcube/files/patch-config_defaults.inc.php new file mode 100644 index 000000000000..327df4a331a5 --- /dev/null +++ b/mail/roundcube/files/patch-config_defaults.inc.php @@ -0,0 +1,13 @@ +--- config/defaults.inc.php.orig 2014-04-06 14:13:09.000000000 +0000 ++++ config/defaults.inc.php 2014-04-10 09:08:58.242144399 +0000 +@@ -596,8 +596,8 @@ + // connect to a Nox Spell Server when using 'googie' here. Therefore specify the 'spellcheck_uri' + $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 |