ports/mail/roundcube/files/patch-config_main.inc.php.dist
Alex Dupre 9fcdadecee - Add option to enable remote spell checking capabilities
- Add option to install a local spell checker

Approved by:	maintainer
2007-01-03 21:38:46 +00:00

13 lines
735 B
Text

--- config/main.inc.php.dist.orig Sat Dec 9 19:55:13 2006
+++ config/main.inc.php.dist Sat Dec 9 19:57:58 2006
@@ -160,8 +160,8 @@
// Make use of the built-in spell checker. It is based on GoogieSpell.
$rcmail_config['enable_spellcheck'] = TRUE;
-// For a locally installed Nox Spell Server, please specify the URI to call it.
-// Get Nox Spell Server from http://orangoo.com/labs/?page_id=72
+// For a locally installed spellcheker, specify the URI to call it, for example:
+// 'http://' . $_SERVER['HTTP_HOST'] . '/spellchecker.php?lang='
// Leave empty to use the Google spell checking service, what means
// that the message content will be sent to Google in order to check spelling
$rcmail_config['spellcheck_uri'] = '';