thomascube
2008-09-05 8b36d421283fbdc132fb8a1b39a905520735522b
Codestyle: indent with spaces instead of tabs

1 files modified
10 ■■■■ changed files
program/steps/mail/sendmail.inc 10 ●●●● patch | view | raw | blame | history
program/steps/mail/sendmail.inc
@@ -292,11 +292,11 @@
      // .eml attachments send inline
      $MAIL_MIME->addAttachment($attachment['path'],
    $ctype,
        $ctype,
        $attachment['name'], true, 
    ($ctype == 'message/rfc822' ? $transfer_encoding : 'base64'),
        ($ctype == 'message/rfc822' ? $transfer_encoding : 'base64'),
        ($ctype == 'message/rfc822' ? 'inline' : 'attachment'),
    $message_charset);
        $message_charset);
    }
  }
@@ -370,9 +370,9 @@
    {
      // folder may be existing but not subscribed (#1485241)
      if (!in_array_nocase($store_target, $IMAP->list_unsubscribed()))
    $store_folder = $IMAP->create_mailbox($store_target, TRUE);
        $store_folder = $IMAP->create_mailbox($store_target, TRUE);
      else if ($IMAP->subscribe($store_target))
    $store_folder = TRUE;
        $store_folder = TRUE;
    }
  else
    $store_folder = TRUE;