From 9552ab99622d784611d254268d3688558d24fe6e Mon Sep 17 00:00:00 2001 From: "Byron Jones ‹:glob›" Date: Fri, 26 Sep 2014 20:43:14 +0000 Subject: Bug 1035972: add preference to include all X-Headers in email bodies to allow gmail to filter on them --- extensions/BMO/template/en/default/email/bugmail.html.tmpl | 1 + extensions/BMO/template/en/default/email/bugmail.txt.tmpl | 2 ++ 2 files changed, 3 insertions(+) (limited to 'extensions/BMO/template/en/default/email') diff --git a/extensions/BMO/template/en/default/email/bugmail.html.tmpl b/extensions/BMO/template/en/default/email/bugmail.html.tmpl index a6d2b340c..7a628ec7f 100644 --- a/extensions/BMO/template/en/default/email/bugmail.html.tmpl +++ b/extensions/BMO/template/en/default/email/bugmail.html.tmpl @@ -111,6 +111,7 @@ + @@body-headers@@ diff --git a/extensions/BMO/template/en/default/email/bugmail.txt.tmpl b/extensions/BMO/template/en/default/email/bugmail.txt.tmpl index b0e8636a4..9cb020b02 100644 --- a/extensions/BMO/template/en/default/email/bugmail.txt.tmpl +++ b/extensions/BMO/template/en/default/email/bugmail.txt.tmpl @@ -61,6 +61,8 @@ Product/Component: [%+ bug.product +%] :: [%+ bug.component %] [% END %] [%+ reason_lines.join("\n") %] +@@body-headers@@ + [% BLOCK generate_diffs %] [% urlbase %]show_bug.cgi?id=[% bug.id %] -- cgit v1.2.3-24-g4f1b