summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install.pm
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-05-08 08:13:49 +0200
committerByron Jones <bjones@mozilla.com>2012-05-08 08:13:49 +0200
commit16e6b9c6ae479e28cd77204a3d7d9966b293c19a (patch)
tree6946d49ea5fffca181ddf193599a92d33d1f81f7 /Bugzilla/Install.pm
parent4f608d4d3489935d55c20e15cc2ec7d700887ed4 (diff)
downloadbugzilla-16e6b9c6ae479e28cd77204a3d7d9966b293c19a.tar.gz
bugzilla-16e6b9c6ae479e28cd77204a3d7d9966b293c19a.tar.xz
Bug 663747: Add an option to disable 'New: ' prefix on bugmail
r=gerv, a=LpSolit
Diffstat (limited to 'Bugzilla/Install.pm')
-rw-r--r--Bugzilla/Install.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/Install.pm b/Bugzilla/Install.pm
index f2c3902e4..6c7f72fc4 100644
--- a/Bugzilla/Install.pm
+++ b/Bugzilla/Install.pm
@@ -84,6 +84,8 @@ sub SETTINGS {
default => 'html' },
# 2011-10-11 glob@mozilla.com -- Bug 301656
requestee_cc => { options => ['on', 'off'], default => 'on' },
+ # 2012-04-30 glob@mozilla.com -- Bug 663747
+ bugmail_new_prefix => { options => ['on', 'off'], default => 'on' },
}
};