projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffc6964
)
Don't show MIME IDs for attachment display
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 30 Oct 2009 20:59:41 +0000
(14:59 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 30 Oct 2009 20:59:41 +0000
(14:59 -0600)
imp/lib/Views/ShowMessage.php
patch
|
blob
|
history
diff --git
a/imp/lib/Views/ShowMessage.php
b/imp/lib/Views/ShowMessage.php
index
5df8379
..
fefa932
100644
(file)
--- 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)) {