Aleksander Machniak
2015-06-07 a9587489473baf3854999e711083be212ca0c1c4
program/lib/Roundcube/rcube_message_header.php
@@ -227,7 +227,7 @@
        if ($decode) {
            if (is_array($value)) {
                foreach ($value as $key => $val) {
                    $value[$key] = rcube_mime::decode_header($val, $this->charset);
                    $val         = rcube_mime::decode_header($val, $this->charset);
                    $value[$key] = rcube_charset::clean($val);
                }
            }