From eedbd699a1aa0f44e7dda37b4d524902a864b783 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 21 Oct 2006 04:22:54 +0000 Subject: Bug 135812: Add a 'mailfrom' parameter to unify bugmail originating address - Patch by Cedric Caron r=LpSolit a=myk --- template/en/default/email/whine.txt.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template/en/default/email/whine.txt.tmpl') diff --git a/template/en/default/email/whine.txt.tmpl b/template/en/default/email/whine.txt.tmpl index 214231394..e50964e8a 100644 --- a/template/en/default/email/whine.txt.tmpl +++ b/template/en/default/email/whine.txt.tmpl @@ -20,9 +20,10 @@ #%] [% PROCESS "global/field-descs.none.tmpl" %] -From: [% Param("maintainer") %] +From: [% Param("mailfrom") %] To: [% email %][% Param("emailsuffix") %] Subject: Your [% terms.Bugzilla %] buglist needs attention. +X-Bugzilla-Type: whine [This e-mail has been automatically generated.] -- cgit v1.2.3-24-g4f1b