summaryrefslogtreecommitdiff
path: root/program/steps/mail/func.inc
diff options
context:
space:
mode:
authorThomas Bruederli <bruederli@kolabsys.com>2015-01-16 16:13:15 +0100
committerThomas Bruederli <bruederli@kolabsys.com>2015-01-16 16:13:15 +0100
commitef29153a3270dd2407cce20f3eb3ec6322d4053b (patch)
treef4bacbe75f46553a00ff3a9f3a6b61ff1cf54b0c /program/steps/mail/func.inc
parentb7e3b15a8a551092a69a43cb7f6af8726988f723 (diff)
Improve display of pgp/mime and s/mime messges. Reverts commit f4154d91
Diffstat (limited to 'program/steps/mail/func.inc')
-rw-r--r--program/steps/mail/func.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc
index 9a6be0c8c..48d989954 100644
--- a/program/steps/mail/func.inc
+++ b/program/steps/mail/func.inc
@@ -1205,7 +1205,7 @@ function rcmail_message_body($attrib)
}
// fetch part body
- $body = $part->mime_id ? $MESSAGE->get_part_body($part->mime_id, true) : $part->body;
+ $body = $MESSAGE->get_part_body($part->mime_id, true);
// extract headers from message/rfc822 parts
if ($part->mimetype == 'message/rfc822') {