summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-06-04 14:07:13 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-06-04 14:07:13 +0000
commit1f588e412def596b58db6511b9885251f6e83461 (patch)
treee8569a81963d3cba2b03940fbd8359a7abdf0b77 /mail
parentd5791d47657c449f762d2599296903db1a3a38f3 (diff)
downloadpkgsrc-1f588e412def596b58db6511b9885251f6e83461.tar.gz
Forgot to remove this patch in previous.
Diffstat (limited to 'mail')
-rw-r--r--mail/squirrelmail/patches/patch-ab14
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/squirrelmail/patches/patch-ab b/mail/squirrelmail/patches/patch-ab
deleted file mode 100644
index 2eeea18f9d5..00000000000
--- a/mail/squirrelmail/patches/patch-ab
+++ /dev/null
@@ -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]);
- }