From 771cd0a18d1dc9472c358a74abcd03e994a60240 Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 6 Aug 2010 13:22:20 +0000 Subject: - Last commit fix git-svn-id: https://svn.roundcube.net/trunk@3873 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_message.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/include/rcube_message.php') diff --git a/roundcubemail/program/include/rcube_message.php b/roundcubemail/program/include/rcube_message.php index 124120b3c..ded019cdd 100644 --- a/roundcubemail/program/include/rcube_message.php +++ b/roundcubemail/program/include/rcube_message.php @@ -248,7 +248,7 @@ class rcube_message 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; -- cgit v1.2.3