summaryrefslogtreecommitdiff
path: root/mail/ja-squirrelmail/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ja-squirrelmail/patches/patch-ag')
-rw-r--r--mail/ja-squirrelmail/patches/patch-ag13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ja-squirrelmail/patches/patch-ag b/mail/ja-squirrelmail/patches/patch-ag
new file mode 100644
index 00000000000..5a8a3990b61
--- /dev/null
+++ b/mail/ja-squirrelmail/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1.2.2 2005/12/09 16:20:16 salo Exp $
+
+--- src/download.php.orig 2004-12-27 17:03:59.000000000 +0200
++++ src/download.php 2005-12-05 11:08:51.000000000 +0200
+@@ -55,7 +55,7 @@
+ }
+ $subject = $message->rfc822_header->subject;
+ if ($ent_id) {
+- $message = &$message->getEntity($ent_id);
++ $message = $message->getEntity($ent_id);
+ $header = $message->header;
+
+ if ($message->rfc822_header) {