diff options
Diffstat (limited to 'program')
-rw-r--r-- | program/include/main.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/include/main.inc b/program/include/main.inc index 0ed9bf0c3..6b738e37a 100644 --- a/program/include/main.inc +++ b/program/include/main.inc @@ -322,6 +322,7 @@ function rcube_parse_charset($charset) 'TIS620' => 'WINDOWS-874', 'ISO88599' => 'WINDOWS-1254', 'ISO885911' => 'WINDOWS-874', + 'MACROMAN' => 'MACINTOSH', ); // allow a-z and 0-9 only and remove X- prefix (e.g. X-ROMAN8 => ROMAN8) |