summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install.pm
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2011-11-30 17:00:36 +0100
committerByron Jones <bjones@mozilla.com>2011-11-30 17:00:36 +0100
commit672397b3ff407597b6aee4948a8f4f374fa9a80b (patch)
treecaab70e00316791f70db4cd3a56dfa0d3cc3c899 /Bugzilla/Install.pm
parentf825a4dea5f21642a66a753019c3cd04a9f84028 (diff)
downloadbugzilla-672397b3ff407597b6aee4948a8f4f374fa9a80b.tar.gz
bugzilla-672397b3ff407597b6aee4948a8f4f374fa9a80b.tar.xz
Bug 301656: Adds a preference to CC flag requestees to bugs
r=LpSolit, 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 642165a43..d75d6ff48 100644
--- a/Bugzilla/Install.pm
+++ b/Bugzilla/Install.pm
@@ -93,6 +93,8 @@ sub SETTINGS {
# 2011-06-21 glob@mozilla.com -- Bug 589128
email_format => { options => ['html', 'text_only'],
default => 'html' },
+ # 2011-10-11 glob@mozilla.com -- Bug 301656
+ requestee_cc => { options => ['on', 'off'], default => 'on' },
}
};