diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-11-26 10:28:32 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-11-26 10:28:32 +0100 |
commit | 3b428c830d9a2b59b68f259d88873927e3154e41 (patch) | |
tree | 0b23cdd4a6a0a88bd1d20c2f192f1ebbfeb81ea6 /program/lib | |
parent | 5b06e24265ca9dfcb9ced320b8f78716372fcc56 (diff) | |
parent | 00b98ee325e1c039d6f122c7853be6cab4bf4e75 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/lib')
-rw-r--r-- | program/lib/Roundcube/rcube_message_header.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/lib/Roundcube/rcube_message_header.php b/program/lib/Roundcube/rcube_message_header.php index db82247f9..445d0bd39 100644 --- a/program/lib/Roundcube/rcube_message_header.php +++ b/program/lib/Roundcube/rcube_message_header.php @@ -195,6 +195,7 @@ class rcube_message_header 'content-transfer-encoding' => 'encoding', 'in-reply-to' => 'in_reply_to', 'content-type' => 'ctype', + 'charset' => 'charset', 'references' => 'references', 'return-receipt-to' => 'mdn_to', 'disposition-notification-to' => 'mdn_to', |