diff options
author | thomascube <thomas@roundcube.net> | 2008-06-20 10:43:24 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-06-20 10:43:24 +0000 |
commit | 2da368e6633ae4dec5d9b02ec3f4b693ffc9fb76 (patch) | |
tree | d2fe7fff59099b1b2fa849ac0fd8f4377f6b95b2 /program | |
parent | c719f3c1e06c00fa4723f2f1298b3c94a1bec7e7 (diff) |
Indent with spaces and not tabs
Diffstat (limited to 'program')
-rw-r--r-- | program/steps/mail/func.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index bf1a610a4..bb5ece5c1 100644 --- a/program/steps/mail/func.inc +++ b/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, '<html')) + && $CONFIG['inline_images'] + && $ctype_primary == 'multipart' + && !empty($MESSAGE->attachments) + && !strstr($message_body, '<html')) { foreach ($MESSAGE->attachments as $attach_prop) { if (strpos($attach_prop->mimetype, 'image/') === 0) { |