From: olav%bkor.dhs.org <> Date: Mon, 4 Feb 2008 18:45:34 +0000 (+0000) Subject: Bug 376453 – E-mail threading can be enhanced with references header - Patch by... X-Git-Tag: bugzilla-3.1.3~339 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9053d2b041eb08f939711005c53b66f9610f9bc;p=thirdparty%2Fbugzilla.git Bug 376453 – E-mail threading can be enhanced with references header - Patch by Henrik Skupin r=bkor a=LpSolit --- diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm index 1085c8b935..85393a74e8 100644 --- a/Bugzilla/BugMail.pm +++ b/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>"; }