diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-02-19 16:18:03 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-02-19 16:18:03 +0000 |
| commit | 44adbe1ab38047a87a3e01f597e16a4fab2153f5 (patch) | |
| tree | 5f5b0c1192b3a6adae5c58eb19b94944192992ff /roundcubemail/program | |
| parent | a71b663e80f7e7a521145a5e71e4f33a512e75f2 (diff) | |
Applied patch of Anders Karlsson
git-svn-id: https://svn.roundcube.net/trunk@136 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/steps/mail/get.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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')); |
