multipart/mixed patch of Seth ER
authorteepe <teepe@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 22 Feb 2002 12:24:17 +0000 (12:24 +0000)
committerteepe <teepe@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 22 Feb 2002 12:24:17 +0000 (12:24 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2499 7612ce4b-ef26-0410-bec9-ea0150e637f0

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);