diff options
author | olav%bkor.dhs.org <> | 2006-11-14 08:32:28 +0100 |
---|---|---|
committer | olav%bkor.dhs.org <> | 2006-11-14 08:32:28 +0100 |
commit | 410641ccf4ed887b3988222678704a8c5569002d (patch) | |
tree | e698db3e6bb515c2a51359c13a11918a6b83210f /template/en/default/email | |
parent | f1c83b410cd23c14e74a4a43f64632c050008dd7 (diff) | |
download | bugzilla-410641ccf4ed887b3988222678704a8c5569002d.tar.gz bugzilla-410641ccf4ed887b3988222678704a8c5569002d.tar.xz |
Bug 277370: Ability to specify an email address to which notification about all bugs should go
Patch by Guillaume Rousse <guillomovitch@zarb.org> r=bkor a=myk
Diffstat (limited to 'template/en/default/email')
-rw-r--r-- | template/en/default/email/newchangedmail.txt.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/email/newchangedmail.txt.tmpl b/template/en/default/email/newchangedmail.txt.tmpl index ad7d564b4..d9962496b 100644 --- a/template/en/default/email/newchangedmail.txt.tmpl +++ b/template/en/default/email/newchangedmail.txt.tmpl @@ -57,6 +57,8 @@ You are the QA contact for the [% terms.bug %]. You are on the CC list for the [% terms.bug %]. [% CASE constants.REL_VOTER %] You are a voter for the [% terms.bug %]. + [% CASE constants.REL_GLOBAL_WATCHER %] +You are watching all [% terms.bug %] changes. [% END %] [% END %] [% FOREACH relationship = reasons_watch %] |