Don't show MIME IDs for attachment display
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 30 Oct 2009 20:59:41 +0000 (14:59 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 30 Oct 2009 20:59:41 +0000 (14:59 -0600)
imp/lib/Views/ShowMessage.php

index 5df8379..fefa932 100644 (file)
@@ -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)) {