alecpl
2011-09-21 c054ec5c7a859aa15243f0b1cbd3e84239ed4023
- Fix lost info for encrypted messages


1 files modified
2 ■■■■■ changed files
program/include/rcube_message.php 2 ●●●●● patch | view | raw | blame | history
program/include/rcube_message.php
@@ -375,6 +375,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)) {