pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/squirrelmail/patches Forgot to remove this patch ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5262730b828d
branches:  trunk
changeset: 476154:5262730b828d
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Fri Jun 04 14:07:13 2004 +0000

description:
Forgot to remove this patch in previous.

diffstat:

 mail/squirrelmail/patches/patch-ab |  14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

diffs (18 lines):

diff -r a894a06c4378 -r 5262730b828d mail/squirrelmail/patches/patch-ab
--- a/mail/squirrelmail/patches/patch-ab        Fri Jun 04 14:05:53 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
---- src/compose.php.orig       Wed Jun  2 20:38:45 2004
-+++ src/compose.php    Wed Jun  2 20:38:19 2004
-@@ -757,9 +757,9 @@
-               sqWordWrap($rewrap_body[$i], ($editor_size));
-                 if (preg_match("/^(>+)/", $rewrap_body[$i], $matches)) {
-                     $gt = $matches[1];
--                    $body .= $body .= '>' . str_replace("\n", "\n>$gt ", rtrim($rewrap_body[$i])) ."\n";
-+                    $body .= '>' . str_replace("\n", "\n>$gt ", rtrim($rewrap_body[$i])) ."\n";
-                 } else {
--                    $body .= $body .= '> ' . str_replace("\n", "\n> ", rtrim($rewrap_body[$i])) . "\n";
-+                    $body .= '> ' . str_replace("\n", "\n> ", rtrim($rewrap_body[$i])) . "\n";
-                 }
-                 unset($rewrap_body[$i]);
-             }



Home | Main Index | Thread Index | Old Index