showImages attribute is skin template is obsolte: now set in user prefs

release-0.6
thomascube 16 years ago
parent 2e6825b2e9
commit be5f03b248

@ -836,8 +836,7 @@ function rcmail_message_body($attrib)
$ctype_secondary = strtolower($MESSAGE->structure->ctype_secondary);
// list images after mail body
if (get_boolean($attrib['showimages'])
&& $CONFIG['inline_images']
if ($CONFIG['inline_images']
&& $ctype_primary == 'multipart'
&& !empty($MESSAGE->attachments)
&& !strstr($message_body, '<html'))

@ -41,7 +41,7 @@
<roundcube:object name="messageAttachments" id="attachment-list" />
<roundcube:object name="blockedObjects" id="remote-objects-message" />
<roundcube:object name="messageBody" id="messagebody" showImages="true" />
<roundcube:object name="messageBody" id="messagebody" />
</div>

Loading…
Cancel
Save