From 78cdeba1a82dd744f59ebfe625a7d7dd8d23ff41 Mon Sep 17 00:00:00 2001 From: alecpl Date: Sun, 10 May 2009 09:01:18 +0000 Subject: - last commit fix --- program/include/rcube_imap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/include/rcube_imap.php b/program/include/rcube_imap.php index 3ff0f3fe8..9951bda69 100644 --- a/program/include/rcube_imap.php +++ b/program/include/rcube_imap.php @@ -1436,7 +1436,7 @@ class rcube_imap if ($print) { $mode = $o_part->encoding == 'base64' ? 3 : ($o_part->encoding == 'quoted-printable' ? 1 : 2); - $body = iil_C_HandlePartBody($this->conn, $this->mailbox, '', $part, $mode); + $body = iil_C_HandlePartBody($this->conn, $this->mailbox, $msg_id, $part, $mode); // we have to decode the part manually before printing if ($mode == 1) -- cgit v1.2.3