diff options
Diffstat (limited to 'mail/squirrelmail/files')
| -rw-r--r-- | mail/squirrelmail/files/patch-class__deliver__Deliver.class.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/squirrelmail/files/patch-class__deliver__Deliver.class.php b/mail/squirrelmail/files/patch-class__deliver__Deliver.class.php index f1b7437580b1..89197b169272 100644 --- a/mail/squirrelmail/files/patch-class__deliver__Deliver.class.php +++ b/mail/squirrelmail/files/patch-class__deliver__Deliver.class.php @@ -1,5 +1,5 @@ --- ./class/deliver/Deliver.class.php.orig 2009-04-15 18:00:49.000000000 -0400 -+++ ./class/deliver/Deliver.class.php 2009-05-19 23:25:59.000000000 -0400 ++++ ./class/deliver/Deliver.class.php 2009-05-21 01:18:26.000000000 -0400 @@ -542,7 +542,19 @@ $cnt = count($header); $hdr_s = ''; @@ -16,7 +16,7 @@ + if (strstr($header[$i], 'name') === false) { + $hdr_s .= $this->foldLine($header[$i], 78); + } else { -+ $hdr_s .= header[$i]; ++ $hdr_s .= $header[$i]; + } } $header = $hdr_s; |
