Changeset 9960666 in github for config/main.inc.php.dist


Ignore:
Timestamp:
Aug 20, 2006 10:06:30 AM (7 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
a5d3e66
Parents:
8d4bcda
Message:

Added support for Nox Spell Server; plus small bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • config/main.inc.php.dist

    rfa4cd20 r9960666  
    158158$rcmail_config['flag_for_deletion'] = TRUE; 
    159159 
    160 // Make use of the built-in spell checker. It is based on GoogieSpell 
    161 // which means that the message content will be sent to Google in order to check spelling 
     160// Make use of the built-in spell checker. It is based on GoogieSpell. 
    162161$rcmail_config['enable_spellcheck'] = TRUE; 
     162 
     163// For a locally installed Nox Spell Server, please specify the URI to call it. 
     164// Get Nox Spell Server from http://orangoo.com/labs/?page_id=72 
     165// Leave empty to use the Google spell checking service, what means 
     166// that the message content will be sent to Google in order to check spelling 
     167$rcmail_config['spellcheck_uri'] = ''; 
     168 
     169// These languages can be selected for spell checking. 
     170// Configure as a PHP style hash array: array('en'=>'English', 'de'=>'Deutsch'); 
     171// Leave empty for default set of Google spell check languages 
     172$rcmail_config['spellcheck_languages'] = NULL; 
    163173 
    164174// path to a text file which will be added to each sent message 
Note: See TracChangeset for help on using the changeset viewer.