add multipart/mixed to getIconFromType()
This commit is contained in:
parent
acac58fba0
commit
22ad8f413d
@ -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
|
||||
|
Reference in New Issue
Block a user