From 22ad8f413d021d8de4abb200b5645a51a384a998 Mon Sep 17 00:00:00 2001 From: marijus Date: Sun, 1 Feb 2015 12:48:25 +0100 Subject: add multipart/mixed to getIconFromType() --- include/text.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/text.php b/include/text.php index 5c8242e79..13f3f2fdf 100644 --- a/include/text.php +++ b/include/text.php @@ -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 -- cgit v1.2.3