summaryrefslogtreecommitdiff
path: root/roundcubemail/program
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-08-06 13:22:20 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-08-06 13:22:20 +0000
commit771cd0a18d1dc9472c358a74abcd03e994a60240 (patch)
tree940aab6860cfea019def9d06059f36c605c1ea73 /roundcubemail/program
parent2cc38db622e23fbd3ac8f737e3c308134274a86f (diff)
- Last commit fix
git-svn-id: https://svn.roundcube.net/trunk@3873 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
-rw-r--r--roundcubemail/program/include/rcube_message.php2
1 files changed, 1 insertions, 1 deletions
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;