From 61971805f63a2f50e5f6dd05f2cd075b6857eee9 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sun, 19 Feb 2006 11:18:03 -0500
Subject: [PATCH] Applied patch of Anders Karlsson

---
 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 fc6d99d..5a4fea1 100644
--- a/program/steps/mail/get.inc
+++ b/program/steps/mail/get.inc
@@ -73,7 +73,7 @@
     
     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'));

--
Gitblit v1.9.1