From fb85d47919fcb0b5f8fb7a764301a493227333ab Mon Sep 17 00:00:00 2001 From: thomasb Date: Thu, 20 May 2010 21:44:00 +0000 Subject: Default line length is 72 git-svn-id: https://svn.roundcube.net/trunk@3646 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/sendmail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program') diff --git a/roundcubemail/program/steps/mail/sendmail.inc b/roundcubemail/program/steps/mail/sendmail.inc index 8e43b37a0..774119dcd 100644 --- a/roundcubemail/program/steps/mail/sendmail.inc +++ b/roundcubemail/program/steps/mail/sendmail.inc @@ -396,7 +396,7 @@ if (!$savedraft) { } // set line length for body wrapping -$LINE_LENGTH = $RCMAIL->config->get('line_length', 75); +$LINE_LENGTH = $RCMAIL->config->get('line_length', 72); // Since we can handle big messages with disk usage, we need more time to work @set_time_limit(0); -- cgit v1.2.3