| | |
| | | // 0 = ask the user, 1 = send automatically, 2 = ignore (never send or ask) |
| | | $rcmail_config['mdn_requests'] = 0; |
| | | |
| | | // Use this charset as fallback for message decoding |
| | | $rcmail_config['default_charset'] = 'ISO-8859-1'; |
| | | |
| | | // 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 |
| | |
| | | // USER PREFERENCES |
| | | // ---------------------------------- |
| | | |
| | | // Use this charset as fallback for message decoding |
| | | $rcmail_config['default_charset'] = 'ISO-8859-1'; |
| | | |
| | | // skin name: folder from skins/ |
| | | $rcmail_config['skin'] = 'default'; |
| | | |