| | |
| | | // requires to be compiled with Open SSL support |
| | | $rcmail_config['enable_spellcheck'] = TRUE; |
| | | |
| | | // Set the spell checking engine. 'googie' is the default. 'pspell' is also available, |
| | | // but requires the Pspell extensions. When using Nox Spell Server, also set 'googie' here. |
| | | $rcmail_config['spellcheck_engine'] = 'googie'; |
| | | |
| | | // 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 |
| | | // Leave empty to use the Google spell checking service, what means |
| | |
| | | |
| | | // These languages can be selected for spell checking. |
| | | // Configure as a PHP style hash array: array('en'=>'English', 'de'=>'Deutsch'); |
| | | // Leave empty for default set of Google spell check languages |
| | | // Leave empty for default set of Google spell check languages, should be defined |
| | | // when using local Pspell extension |
| | | $rcmail_config['spellcheck_languages'] = NULL; |
| | | |
| | | // path to a text file which will be added to each sent message |