From: Michael M Slusarz Date: Thu, 13 Nov 2008 05:59:26 +0000 (-0700) Subject: Add a MIME type to the downloads list. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=eb52b04ca4332e4b247cf792ec2ed3120701c874;p=horde.git Add a MIME type to the downloads list. --- diff --git a/imp/lib/Contents.php b/imp/lib/Contents.php index ad053ed49..3f951b94c 100644 --- a/imp/lib/Contents.php +++ b/imp/lib/Contents.php @@ -650,7 +650,7 @@ class IMP_Contents switch ($ptype) { case 'message': - return ($mime_type == 'message/rfc822'); + return in_array($mime_type, array('message/rfc822', 'message/disposition-notification')); case 'multipart': return false;