Add a MIME type to the downloads list.
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 13 Nov 2008 05:59:26 +0000 (22:59 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 13 Nov 2008 05:59:26 +0000 (22:59 -0700)
imp/lib/Contents.php

index ad053ed..3f951b9 100644 (file)
@@ -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;