diff options
Diffstat (limited to 'template/en/default/email')
-rw-r--r-- | template/en/default/email/flagmail.txt.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/email/lockout.txt.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/email/sanitycheck.txt.tmpl | 1 | ||||
-rw-r--r-- | template/en/default/email/sudo.txt.tmpl | 2 |
4 files changed, 0 insertions, 7 deletions
diff --git a/template/en/default/email/flagmail.txt.tmpl b/template/en/default/email/flagmail.txt.tmpl index fb957484b..6b647fe0a 100644 --- a/template/en/default/email/flagmail.txt.tmpl +++ b/template/en/default/email/flagmail.txt.tmpl @@ -20,8 +20,6 @@ # Frédéric Buclin <LpSolit@gmail.com> #%] -[% PROCESS global/variables.none.tmpl %] - [% bugidsummary = bug.bug_id _ ': ' _ bug.short_desc %] [% attidsummary = attachment.id _ ': ' _ attachment.description %] [% flagtype_name = flag ? flag.type.name : old_flag.type.name %] diff --git a/template/en/default/email/lockout.txt.tmpl b/template/en/default/email/lockout.txt.tmpl index ac6525779..86c5df1a4 100644 --- a/template/en/default/email/lockout.txt.tmpl +++ b/template/en/default/email/lockout.txt.tmpl @@ -18,8 +18,6 @@ # Max Kanat-Alexander <mkanat@bugzilla.org> #%] -[% PROCESS global/variables.none.tmpl %] - From: [% Param('mailfrom') %] To: [% Param('maintainer') %] Subject: [[% terms.Bugzilla %]] Account Lock-Out: [% locked_user.login %] ([% attempts.0.ip_addr %]) diff --git a/template/en/default/email/sanitycheck.txt.tmpl b/template/en/default/email/sanitycheck.txt.tmpl index 8826d4e39..f0ebbb72d 100644 --- a/template/en/default/email/sanitycheck.txt.tmpl +++ b/template/en/default/email/sanitycheck.txt.tmpl @@ -18,7 +18,6 @@ # Contributor(s): Frédéric Buclin <LpSolit@gmail.com> #%] -[% PROCESS "global/variables.none.tmpl" %] From: [% Param('mailfrom') %] To: [% addressee %] Subject: [[% terms.Bugzilla %]] Sanity Check Results diff --git a/template/en/default/email/sudo.txt.tmpl b/template/en/default/email/sudo.txt.tmpl index 74fbc4976..a11ed8bc8 100644 --- a/template/en/default/email/sudo.txt.tmpl +++ b/template/en/default/email/sudo.txt.tmpl @@ -18,8 +18,6 @@ # Contributor(s): A. Karl Kornel <karl@kornel.name> #%] -[% PROCESS global/variables.none.tmpl %] - Content-Type: text/plain From: [% Param('mailfrom') %] To: [% user.email %] |