summaryrefslogtreecommitdiff
path: root/mail/squirrelmail
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-06-04 14:07:13 +0000
committerxtraeme <xtraeme>2004-06-04 14:07:13 +0000
commitfea4a1c46f796c58945e813ab8b894868d63e01d (patch)
treee8569a81963d3cba2b03940fbd8359a7abdf0b77 /mail/squirrelmail
parente7ddeda56cf43fb7210c168a3c0d014a692f3974 (diff)
downloadpkgsrc-fea4a1c46f796c58945e813ab8b894868d63e01d.tar.gz
Forgot to remove this patch in previous.
Diffstat (limited to 'mail/squirrelmail')
-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]);
- }