From eb52b04ca4332e4b247cf792ec2ed3120701c874 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 12 Nov 2008 22:59:26 -0700 Subject: [PATCH] Add a MIME type to the downloads list. --- imp/lib/Contents.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0