projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
682a25d
)
Fix display of certain attachments
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 10 Feb 2010 07:58:39 +0000
(
00:58
-0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 10 Feb 2010 07:58:39 +0000
(
00:58
-0700)
imp/lib/Ui/Message.php
patch
|
blob
|
history
diff --git
a/imp/lib/Ui/Message.php
b/imp/lib/Ui/Message.php
index
007cc28
..
f2822ea
100644
(file)
--- a/
imp/lib/Ui/Message.php
+++ b/
imp/lib/Ui/Message.php
@@
-509,13
+509,14
@@
class IMP_Ui_Message
}
$render_part = $imp_contents->renderMIMEPart($mime_id, $render_mode);
- if (($render_mode & IMP_Contents::RENDER_INLINE) &&
- empty($render_part)) {
+ if (empty($render_part)) {
/* This meant that nothing was rendered - allow this part to
* appear in the attachment list instead. */
if ($show_parts == 'atc') {
$atc_parts[] = $mime_id;
}
+
+ $msgtext .= $this->formatSummary($imp_contents->getSummary($mime_id, $contents_mask), $part_info_display, true);
continue;
}