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_main.inc.php.dist | |
parent | - Add staging support (diff) |
Update to 1.0.0 release.
Diffstat (limited to 'mail/roundcube/files/patch-config_main.inc.php.dist')
-rw-r--r-- | mail/roundcube/files/patch-config_main.inc.php.dist | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/roundcube/files/patch-config_main.inc.php.dist b/mail/roundcube/files/patch-config_main.inc.php.dist deleted file mode 100644 index f29bea32b429..000000000000 --- a/mail/roundcube/files/patch-config_main.inc.php.dist +++ /dev/null @@ -1,13 +0,0 @@ ---- config/main.inc.php.dist.orig 2008-04-26 00:18:03.000000000 +0200 -+++ config/main.inc.php.dist 2008-04-26 00:19:22.000000000 +0200 -@@ -188,8 +188,8 @@ - // requires to be compiled with Open SSL support - $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'] = ''; |