From 86bea67e9f1fc492d849922c7c4a63d6e1a819f0 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 30 Oct 2009 14:59:41 -0600 Subject: [PATCH] Don't show MIME IDs for attachment display --- imp/lib/Views/ShowMessage.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/imp/lib/Views/ShowMessage.php b/imp/lib/Views/ShowMessage.php index 5df837964..fefa932e4 100644 --- a/imp/lib/Views/ShowMessage.php +++ b/imp/lib/Views/ShowMessage.php @@ -254,9 +254,6 @@ class IMP_Views_ShowMessage IMP_Contents::SUMMARY_DOWNLOAD_ZIP; $part_info = $part_info_display = array('icon', 'description', 'type', 'size', 'download', 'download_zip'); - if ($show_parts == 'atc') { - array_unshift($part_info, 'id'); - } /* Do MDN processing now. */ if ($imp_ui->MDNCheck($mailbox, $uid, $mime_headers)) { -- 2.11.0