| | |
| | | $rcmail_config['skin_path'] = 'skins/default/'; |
| | | |
| | | // includes should be interpreted as PHP files |
| | | $rcmail_config['skin_include_php'] = TRUE; |
| | | $rcmail_config['skin_include_php'] = FALSE; |
| | | |
| | | // use this folder to store temp files (must be writebale for apache user) |
| | | $rcmail_config['temp_dir'] = 'temp/'; |
| | |
| | | $rcmail_config['flag_for_deletion'] = TRUE; |
| | | |
| | | // Make use of the built-in spell checker. It is based on GoogieSpell. |
| | | // Since Google only accepts connections over https your PHP installatation |
| | | // 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. |