summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-01-24 14:16:24 +0100
committertravis%sedsystems.ca <>2005-01-24 14:16:24 +0100
commitd5db04e277a47d922606ff9599fa7044a6711288 (patch)
tree24b90a4dc523d3269464247eecd22392e8798ffc /defparams.pl
parent6cea1a15a592fab986c361f3b539dc590e474e56 (diff)
downloadbugzilla-d5db04e277a47d922606ff9599fa7044a6711288.tar.gz
bugzilla-d5db04e277a47d922606ff9599fa7044a6711288.tar.xz
Bug 31314 : Support for "In-Reply-To" header in emails
Patch by Marc Schumann <wurblzap@gmail.com> r=jake a=myk
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl7
1 files changed, 6 insertions, 1 deletions
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%. %<i>anythingelse</i>% 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). ' .
+ '%<i>anythingelse</i>% 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%