projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d42e220
)
Add a MIME type to the downloads list.
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 13 Nov 2008 05:59:26 +0000
(22:59 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 13 Nov 2008 05:59:26 +0000
(22:59 -0700)
imp/lib/Contents.php
patch
|
blob
|
history
diff --git
a/imp/lib/Contents.php
b/imp/lib/Contents.php
index
ad053ed
..
3f951b9
100644
(file)
--- 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;