From 19c9d396df708052fd7ea774aa809f161cf8eac2 Mon Sep 17 00:00:00 2001 From: alecpl Date: Sat, 18 Oct 2008 07:01:37 +0000 Subject: - wrap also prefix line in reply body --- program/steps/mail/compose.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc index 5c6e03f62..efc979023 100644 --- a/program/steps/mail/compose.inc +++ b/program/steps/mail/compose.inc @@ -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 = ''; } -- cgit v1.2.3