From: Michael M Slusarz Date: Fri, 30 Oct 2009 20:59:41 +0000 (-0600) Subject: Don't show MIME IDs for attachment display X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=86bea67e9f1fc492d849922c7c4a63d6e1a819f0;p=horde.git Don't show MIME IDs for attachment display --- 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)) {