program/include/rcube_message.php
@@ -48,7 +48,6 @@ public $uid = null; public $headers; public $structure; public $parts = array(); public $mime_parts = array(); public $attachments = array(); @@ -375,6 +374,8 @@ $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)) {