diff options
author | thomascube <thomas@roundcube.net> | 2006-02-19 16:18:03 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-02-19 16:18:03 +0000 |
commit | 61971805f63a2f50e5f6dd05f2cd075b6857eee9 (patch) | |
tree | 7ef570eb7de443cc741152d81b48c9359b1411cd /program/steps/mail/get.inc | |
parent | 6e49852c5e984c4fb70069ca4a0872f0283b848c (diff) |
Applied patch of Anders Karlsson
Diffstat (limited to 'program/steps/mail/get.inc')
-rw-r--r-- | program/steps/mail/get.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/get.inc b/program/steps/mail/get.inc index fc6d99d07..5a4fea153 100644 --- a/program/steps/mail/get.inc +++ b/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')); |