diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-09-21 08:11:23 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-09-21 08:11:23 +0000 |
| commit | dff43bfebb3ba1b3cd07ef6819fbf52d2bcc5411 (patch) | |
| tree | 70d551909412cad06ab716ac7df422e19e1c9f75 /roundcubemail | |
| parent | 664b6a809b65b4f26f9723a618ec3de7267798eb (diff) | |
- Fix lost info for encrypted messages
git-svn-id: https://svn.roundcube.net/trunk@5257 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -rw-r--r-- | roundcubemail/program/include/rcube_message.php | 2 |
1 files changed, 2 insertions, 0 deletions
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)) { |
