add multipart/mixed to getIconFromType()

This commit is contained in:
marijus 2015-02-01 12:48:25 +01:00
parent acac58fba0
commit 22ad8f413d

View file

@ -2388,6 +2388,7 @@ function getIconFromType($type) {
$iconMap = array(
//Folder
t('Collection') => 'icon-folder-close',
'multipart/mixed' => 'icon-folder-close', //dirs in attach use this mime type
//Common file
'application/octet-stream' => 'icon-file-alt',
//Text