diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-06-04 14:07:13 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-06-04 14:07:13 +0000 |
commit | 8a99d530dd790171c512f430592d964da07e66cd (patch) | |
tree | e8569a81963d3cba2b03940fbd8359a7abdf0b77 /mail/squirrelmail | |
parent | ea381497f6207385160a38160f4a120e3a545893 (diff) | |
download | pkgsrc-8a99d530dd790171c512f430592d964da07e66cd.tar.gz |
Forgot to remove this patch in previous.
Diffstat (limited to 'mail/squirrelmail')
-rw-r--r-- | mail/squirrelmail/patches/patch-ab | 14 |
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]); - } |