diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-09-05 21:18:43 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-09-05 21:18:43 +0200 |
commit | c20055fbcd0db2764bd30bf084b1d6b9b08738cf (patch) | |
tree | 40d871e1f53f654246048f466d688901e87bcd60 /extensions/BMO/template/en | |
parent | f76bd9adf38183a4762610927472d07ef4ff6538 (diff) | |
download | bugzilla-c20055fbcd0db2764bd30bf084b1d6b9b08738cf.tar.gz bugzilla-c20055fbcd0db2764bd30bf084b1d6b9b08738cf.tar.xz |
Bug 788649 - Add email header for OS (X-Bugzilla-OS)
Diffstat (limited to 'extensions/BMO/template/en')
-rw-r--r-- | extensions/BMO/template/en/default/email/bugmail-header.txt.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/BMO/template/en/default/email/bugmail-header.txt.tmpl b/extensions/BMO/template/en/default/email/bugmail-header.txt.tmpl index 603cae8eb..2231f4a1a 100644 --- a/extensions/BMO/template/en/default/email/bugmail-header.txt.tmpl +++ b/extensions/BMO/template/en/default/email/bugmail-header.txt.tmpl @@ -32,6 +32,7 @@ X-Bugzilla-Status: [% bug.bug_status %] X-Bugzilla-Priority: [% bug.priority %] X-Bugzilla-Assigned-To: [% bug.assigned_to.login %] X-Bugzilla-Target-Milestone: [% bug.target_milestone %] +X-Bugzilla-OS: [% bug.op_sys %] X-Bugzilla-Changed-Fields: [% changedfields.join(" ") %] X-Bugzilla-Changed-Field-Names: [% changedfieldnames.join(" ") %] [%+ threadingmarker %] |