thomascube
2008-09-05 be5f03b24842a15aca5635bf17fc202d6cadd99d
showImages attribute is skin template is obsolte: now set in user prefs

2 files modified
5 ■■■■■ changed files
program/steps/mail/func.inc 3 ●●●● patch | view | raw | blame | history
skins/default/templates/message.html 2 ●●● patch | view | raw | blame | history
program/steps/mail/func.inc
@@ -836,8 +836,7 @@
  $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'))
skins/default/templates/message.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>