fix for bug #552961 broke the reply ">" format. removing the sqUnWordWrap function...
authorjmunro <jmunro@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 9 May 2002 18:30:59 +0000 (18:30 +0000)
committerjmunro <jmunro@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 9 May 2002 18:30:59 +0000 (18:30 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2811 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/compose.php

index aa3f5f7e3575c8a822b0b6152a60d897fff01ad0..c992a040013ada4005c3f6d15e8b2e254e7b08d0 100644 (file)
@@ -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])) {