alecpl
2010-08-06 eef0dae8650e4a639cb5048300c416b4f586e189
- Last commit fix


1 files modified
2 ■■■ changed files
program/include/rcube_message.php 2 ●●● patch | view | raw | blame | history
program/include/rcube_message.php
@@ -248,7 +248,7 @@
    private function parse_structure($structure, $recursive = false)
    {
        // real content-type of message/rfc822 part
        if ($mimetype == 'message/rfc822' && $structure->real_mimetype)
        if ($structure->mimetype == 'message/rfc822' && $structure->real_mimetype)
            $mimetype = $structure->real_mimetype;
        else
            $mimetype = $structure->mimetype;