From c769c6699f50cf834aa004fb3d1f4fa5ff966c7c Mon Sep 17 00:00:00 2001 From: thomascube Date: Thu, 20 May 2010 21:44:00 +0000 Subject: Default line length is 72 --- program/steps/mail/sendmail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/steps') diff --git a/program/steps/mail/sendmail.inc b/program/steps/mail/sendmail.inc index 8e43b37a0..774119dcd 100644 --- a/program/steps/mail/sendmail.inc +++ b/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