From dff43bfebb3ba1b3cd07ef6819fbf52d2bcc5411 Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 21 Sep 2011 08:11:23 +0000 Subject: - Fix lost info for encrypted messages git-svn-id: https://svn.roundcube.net/trunk@5257 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_message.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roundcubemail/program/include/rcube_message.php') diff --git a/roundcubemail/program/include/rcube_message.php b/roundcubemail/program/include/rcube_message.php index af6c61c4f..e0c49f80c 100644 --- a/roundcubemail/program/include/rcube_message.php +++ b/roundcubemail/program/include/rcube_message.php @@ -375,6 +375,8 @@ class rcube_message $p->ctype_secondary = 'plain'; $p->body = rcube_label('encryptedmessage'); $p->size = strlen($p->body); + + $this->parts[] = $p; } // message contains multiple parts else if (is_array($structure->parts) && !empty($structure->parts)) { -- cgit v1.2.3