From c769c6699f50cf834aa004fb3d1f4fa5ff966c7c Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Thu, 20 May 2010 17:44:00 -0400
Subject: [PATCH] Default line length is 72

---
 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 8e43b37..774119d 100644
--- a/program/steps/mail/sendmail.inc
+++ b/program/steps/mail/sendmail.inc
@@ -396,7 +396,7 @@
 }
 
 // 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);

--
Gitblit v1.9.1