From f3285c42c642dcb0090f836cd1eff9b3543501f9 Mon Sep 17 00:00:00 2001 From: thomasb Date: Fri, 20 Jun 2008 10:43:24 +0000 Subject: Indent with spaces and not tabs git-svn-id: https://svn.roundcube.net/trunk@1563 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/func.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'roundcubemail/program/steps') diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc index bf1a610a4..bb5ece5c1 100644 --- a/roundcubemail/program/steps/mail/func.inc +++ b/roundcubemail/program/steps/mail/func.inc @@ -752,10 +752,10 @@ function rcmail_message_body($attrib) // list images after mail body if (get_boolean($attrib['showimages']) - && $CONFIG['inline_images'] - && $ctype_primary == 'multipart' - && !empty($MESSAGE->attachments) - && !strstr($message_body, 'attachments) + && !strstr($message_body, 'attachments as $attach_prop) { if (strpos($attach_prop->mimetype, 'image/') === 0) { -- cgit v1.2.3