alecpl
2012-01-05 1c4f23d6e58e12f93d8de2c3ae416df575e8ad85
program/steps/mail/sendmail.inc
@@ -520,7 +520,7 @@
  // compose format=flowed content if enabled
  if ($flowed = $RCMAIL->config->get('send_format_flowed', true))
    $message_body = rcube_message::format_flowed($message_body, min($LINE_LENGTH+2, 79));
    $message_body = rcube_mime::format_flowed($message_body, min($LINE_LENGTH+2, 79));
  else
    $message_body = rc_wordwrap($message_body, $LINE_LENGTH, "\r\n");