From cc0e53db730cf9d904dee2d49e60fddc5b95e4a5 Mon Sep 17 00:00:00 2001 From: jmunro Date: Thu, 9 May 2002 18:30:59 +0000 Subject: [PATCH] fix for bug #552961 broke the reply ">" format. removing the sqUnWordWrap function from here fixes the problem. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2811 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/compose.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compose.php b/src/compose.php index aa3f5f7e..c992a040 100644 --- a/src/compose.php +++ b/src/compose.php @@ -405,7 +405,7 @@ function newMail () { $body = strip_tags($body); } - sqUnWordWrap($body); + //sqUnWordWrap($body); $body_ary = explode("\n", $body); $i = count($body_ary) - 1; while ($i >= 0 && ereg("^[>\\s]*$", $body_ary[$i])) { -- 2.25.1