The MIME type is still available from hovering over the icon. And the
icon should provide sufficient information to determine the part type.
And for the vast majority of users, the MIME type information is either
unuseful or irrelevant.
IMP_Contents::SUMMARY_DOWNLOAD |
IMP_Contents::SUMMARY_DOWNLOAD_ZIP;
- $part_info = $part_info_display = array('icon', 'description', 'type', 'size', 'download', 'download_zip');
+ $part_info = $part_info_display = array('icon', 'description', 'size', 'download', 'download_zip');
/* Do MDN processing now. */
if ($imp_ui->MDNCheck($mailbox, $uid, $mime_headers)) {
}
/* Determine the fields that will appear in the MIME info entries. */
-$part_info = $part_info_display = array('icon', 'description', 'type', 'size');
+$part_info = $part_info_display = array('icon', 'description', 'size');
$part_info_action = array('download', 'download_zip', 'img_save', 'strip');
$show_parts = Horde_Util::getFormData('show_parts', $prefs->getValue('parts_display'));