From b50767fb05e2c2035081d75da3f7d69e17aa40b0 Mon Sep 17 00:00:00 2001 From: Sunil Joshi Date: Thu, 8 Aug 2013 13:10:19 -0400 Subject: Bug 669535 - User pref for "Possible Duplicates" r=dkl,a=glob --- 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 258adf811..41f88d70b 100644 --- a/Bugzilla/Install.pm +++ b/Bugzilla/Install.pm @@ -87,6 +87,8 @@ sub SETTINGS { requestee_cc => { options => ['on', 'off'], default => 'on' }, # 2012-04-30 glob@mozilla.com -- Bug 663747 bugmail_new_prefix => { options => ['on', 'off'], default => 'on' }, + # 2013-07-26 joshi_sunil@in.com -- Bug 669535 + possible_duplicates => { options => ['on', 'off'], default => 'on' }, } }; -- cgit v1.2.3-24-g4f1b