From 672397b3ff407597b6aee4948a8f4f374fa9a80b Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 1 Dec 2011 00:00:36 +0800 Subject: Bug 301656: Adds a preference to CC flag requestees to bugs r=LpSolit, a=LpSolit --- Bugzilla/Install.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Bugzilla/Install.pm') 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' }, } }; -- cgit v1.2.3-24-g4f1b