Commit a9053d2b authored by olav%bkor.dhs.org's avatar olav%bkor.dhs.org

Bug 376453 – E-mail threading can be enhanced with references header - Patch…

Bug 376453 – E-mail threading can be enhanced with references header - Patch by Henrik Skupin <hskupin@gmail.com> r=bkor a=LpSolit
parent 7f16a906
......@@ -645,7 +645,8 @@ sub sendMail {
$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>";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment