mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
fallback roundcube charset
This commit is contained in:
parent
09056dd75c
commit
005238e89c
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ $rcmail_config['flag_for_deletion'] = TRUE;
|
|||
$rcmail_config['mdn_requests'] = 0;
|
||||
|
||||
// Use this charset as fallback for message decoding
|
||||
$rcmail_config['default_charset'] = 'ISO-8859-1';
|
||||
$rcmail_config['default_charset'] = 'UTF-8';
|
||||
|
||||
// Make use of the built-in spell checker. It is based on GoogieSpell.
|
||||
// Since Google only accepts connections over https your PHP installatation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue