From 44adbe1ab38047a87a3e01f597e16a4fab2153f5 Mon Sep 17 00:00:00 2001 From: roundcube Date: Sun, 19 Feb 2006 16:18:03 +0000 Subject: Applied patch of Anders Karlsson git-svn-id: https://svn.roundcube.net/trunk@136 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/get.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/program/steps/mail/get.inc b/roundcubemail/program/steps/mail/get.inc index fc6d99d07..5a4fea153 100644 --- a/roundcubemail/program/steps/mail/get.inc +++ b/roundcubemail/program/steps/mail/get.inc @@ -73,7 +73,7 @@ else if ($_GET['_part']) if ($ctype_primary=='text') { - list($MESSAGE['parts']) = rcmail_parse_message($MESSAGE['structure'], + list($MESSAGE['parts']) = rcmail_parse_message($part, array('safe' => (bool)$_GET['_safe'], 'prefer_html' => TRUE, 'get_url' => $GET_URL.'&_part=%s')); -- cgit v1.2.3