thomascube
2010-05-20 dffcaa59db930408b9f07a300ba67a7933d2eab0
program/steps/mail/func.inc
@@ -1176,7 +1176,7 @@
function rcmail_wrap_and_quote($text, $length = 72)
{
  // Rebuild the message body with a maximum of $max chars, while keeping quoted message.
  $max = min(78, $length + 8);
  $max = min(77, $length + 8);
  $lines = preg_split('/\r?\n/', trim($text));
  $out = '';