From 2da368e6633ae4dec5d9b02ec3f4b693ffc9fb76 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 20 Jun 2008 06:43:24 -0400
Subject: [PATCH] Indent with spaces and not tabs
---
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 bf1a610..bb5ece5 100644
--- a/program/steps/mail/func.inc
+++ b/program/steps/mail/func.inc
@@ -752,10 +752,10 @@
// 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) {
--
Gitblit v1.9.1