- wrap also prefix line in reply body

release-0.6
alecpl 16 years ago
parent 898249d727
commit 19c9d396df

@ -526,10 +526,10 @@ function rcmail_create_reply_body($body, $bodyIsHtml)
$body = join("\n", $a_lines);
}
// add title line
$prefix = sprintf("On %s, %s wrote:\n",
// add title line(s)
$prefix = wordwrap(sprintf("On %s, %s wrote:\n",
$MESSAGE->headers->date,
$MESSAGE->get_header('from'));
$MESSAGE->get_header('from')), 76);
$suffix = '';
}

Loading…
Cancel
Save