From 9fde470ed0cdcf8112796ae0a42b713d1a4375de Mon Sep 17 00:00:00 2001 From: teepe Date: Fri, 22 Feb 2002 12:24:17 +0000 Subject: [PATCH] multipart/mixed patch of Seth ER git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2499 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mime.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/mime.php b/functions/mime.php index 9e0d32d6..6973c86e 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -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); -- 2.25.1