]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 376453 รข\80\93 E-mail threading can be enhanced with references header - Patch by...
authorolav%bkor.dhs.org <>
Mon, 4 Feb 2008 18:42:40 +0000 (18:42 +0000)
committerolav%bkor.dhs.org <>
Mon, 4 Feb 2008 18:42:40 +0000 (18:42 +0000)
Bugzilla/BugMail.pm

index 9a68b1af7425eb4866aff1a5006060258b49406c..720610847614d362e45c2e8b23f9364313b5cab7 100644 (file)
@@ -629,7 +629,8 @@ sub sendMail {
     if ($isnew) {
         $threadingmarker = "Message-ID: <bug-$id-" . $user->id . "$sitespec>";
     } else {
-        $threadingmarker = "In-Reply-To: <bug-$id-" . $user->id . "$sitespec>";
+        $threadingmarker = "In-Reply-To: <bug-$id-" . $user->id . "$sitespec>" .
+                            "\nReferences: <bug-$id-" . $user->id . "$sitespec>";
     }