multipart/mixed patch of Seth ER
[squirrelmail.git] / functions / mime.php
index 9e0d32d6c912f432ce87a5d6b00f190e7ef2d2c1..6973c86ef048020c9e87411930d4500aefb14d5f 100644 (file)
@@ -553,6 +553,7 @@ function findDisplayEntity ($message, $textOnly = 1)   {
     if ($message) {
         if ( $message->header->type0 == 'multipart' &&
              ( $message->header->type1 == 'alternative' ||
+               $message->header->type1 == 'mixed' ||
                $message->header->type1 == 'related' ) &&
              $show_html_default && ! $textOnly ) {
             $entity = findDisplayEntityHTML($message);