diff options
author | thomascube <thomas@roundcube.net> | 2010-05-20 21:44:00 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-05-20 21:44:00 +0000 |
commit | c769c6699f50cf834aa004fb3d1f4fa5ff966c7c (patch) | |
tree | 9e782da5e391abf1cedcf740e8abeb0f9f6b8cec /program | |
parent | 8ad5c89f22b1c5f004e9156158e2b445ab991414 (diff) |
Default line length is 72
Diffstat (limited to 'program')
-rw-r--r-- | program/steps/mail/sendmail.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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); |