From be5f03b24842a15aca5635bf17fc202d6cadd99d Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 05 Sep 2008 06:03:50 -0400
Subject: [PATCH] showImages attribute is skin template is obsolte: now set in user prefs

---
 program/steps/mail/func.inc |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc
index 70cd2c4..e10843b 100644
--- a/program/steps/mail/func.inc
+++ b/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'))

--
Gitblit v1.9.1