summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_message_header.php
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-11-26 10:23:44 +0100
committerThomas Bruederli <thomas@roundcube.net>2012-11-26 10:23:44 +0100
commit00b98ee325e1c039d6f122c7853be6cab4bf4e75 (patch)
tree6ef9554acffd8758e2a773b3152d8dac605d0f0c /program/lib/Roundcube/rcube_message_header.php
parentc72fbf06d6b08addbcc5dc234392b591c4239632 (diff)
Make charset header accessible, too
Diffstat (limited to 'program/lib/Roundcube/rcube_message_header.php')
-rw-r--r--program/lib/Roundcube/rcube_message_header.php1
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',