add multipart/mixed to getIconFromType()
This commit is contained in:
parent
acac58fba0
commit
22ad8f413d
@ -2388,6 +2388,7 @@ function getIconFromType($type) {
|
|||||||
$iconMap = array(
|
$iconMap = array(
|
||||||
//Folder
|
//Folder
|
||||||
t('Collection') => 'icon-folder-close',
|
t('Collection') => 'icon-folder-close',
|
||||||
|
'multipart/mixed' => 'icon-folder-close', //dirs in attach use this mime type
|
||||||
//Common file
|
//Common file
|
||||||
'application/octet-stream' => 'icon-file-alt',
|
'application/octet-stream' => 'icon-file-alt',
|
||||||
//Text
|
//Text
|
||||||
|
Reference in New Issue
Block a user