From: olav%bkor.dhs.org <> Date: Mon, 4 Feb 2008 18:42:40 +0000 (+0000) Subject: Bug 376453 – E-mail threading can be enhanced with references header - Patch by... X-Git-Tag: bugzilla-3.0.4~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7ddc3e70ebb531ee01ce925b67332b8898d7c45;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 9a68b1af74..7206108476 100644 --- a/Bugzilla/BugMail.pm +++ b/Bugzilla/BugMail.pm @@ -629,7 +629,8 @@ sub sendMail { if ($isnew) { $threadingmarker = "Message-ID: id . "$sitespec>"; } else { - $threadingmarker = "In-Reply-To: id . "$sitespec>"; + $threadingmarker = "In-Reply-To: id . "$sitespec>" . + "\nReferences: id . "$sitespec>"; }