From d5db04e277a47d922606ff9599fa7044a6711288 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Mon, 24 Jan 2005 13:16:24 +0000 Subject: Bug 31314 : Support for "In-Reply-To" header in emails Patch by Marc Schumann r=jake a=myk --- defparams.pl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index 206e89e59..29c4d27ad 100644 --- a/defparams.pl +++ b/defparams.pl @@ -719,13 +719,18 @@ To use the wonders of Bugzilla, you can use the following: 'getting the email, suitable for use in an email header (such ' . 'as X-Bugzilla-Reason). %reasonsbody% is replaced by text that ' . 'explains why the user is getting the email in more user ' . - 'friendly text than %reasonsheader%. %anythingelse% gets ' . + 'friendly text than %reasonsheader%. ' . + '%threadingmarker% will become either a Message-ID line (for ' . + 'new-bug messages) or a In-Reply-To line (for bug-change ' . + 'messages). ' . + '%anythingelse% gets ' . 'replaced by the definition of that parameter (as defined on ' . 'this page).', type => 'l', default => 'From: bugzilla-daemon To: %to% Subject: [Bug %bugid%] %neworchanged%%summary% +%threadingmarker% X-Bugzilla-Reason: %reasonsheader% %urlbase%show_bug.cgi?id=%bugid% -- cgit v1.2.3-24-g4f1b