From ef2fcbd09b280911a6beb8a707eb5ebb80ec337b Mon Sep 17 00:00:00 2001 From: "olav%bkor.dhs.org" Date: Mon, 4 Feb 2008 12:45:34 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20376453=20=C3=A2=C2=80=C2=93=20E-mail=20th?= =?UTF-8?q?reading=20can=20be=20enhanced=20with=20references=20header=20-?= =?UTF-8?q?=20Patch=20by=20Henrik=20Skupin=20=20r=3Dbko?= =?UTF-8?q?r=20a=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.0.0.236/trunk@244863 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/Bugzilla/BugMail.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/Bugzilla/BugMail.pm b/mozilla/webtools/bugzilla/Bugzilla/BugMail.pm index 1085c8b9357..85393a74e89 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/BugMail.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/BugMail.pm @@ -645,7 +645,8 @@ sub sendMail { $threadingmarker = "Message-ID: id . "$sitespec>"; } else { - $threadingmarker = "In-Reply-To: id . "$sitespec>"; + $threadingmarker = "In-Reply-To: id . "$sitespec>" . + "\nReferences: id . "$sitespec>"; }