From c64682146ca9420b987ab92f4a3ad22740d05e8a Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Sat, 4 Apr 2009 02:05:06 +0000 Subject: Set default text width to 80 characters which seems to be more inline with Gmail, and therefore will make lots of replies look a lot better since Google is dominating the known world. --- roundcubemail/program/steps/mail/compose.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program') diff --git a/roundcubemail/program/steps/mail/compose.inc b/roundcubemail/program/steps/mail/compose.inc index 1b83b1ed4..36e843d1f 100644 --- a/roundcubemail/program/steps/mail/compose.inc +++ b/roundcubemail/program/steps/mail/compose.inc @@ -468,7 +468,7 @@ function rcmail_create_reply_body($body, $bodyIsHtml) } // soft-wrap message first - $body = rcmail_wrap_quoted($body, 75); + $body = rcmail_wrap_quoted($body, 80); $body = rtrim($body, "\r\n"); -- cgit v1.2.3