From 4ac4726078e1c6464cbf564300eb36a2818d115d Mon Sep 17 00:00:00 2001
From: "lpsolit%gmail.com" <>
Date: Fri, 2 May 2008 00:35:40 +0000
Subject: [PATCH] =?UTF-8?q?Bug=20431720:=20addtonewgroup=20is=20no=20longe?=
 =?UTF-8?q?r=20used=20in=20Bugzilla=203.2=20-=20Patch=20by=20Fr=C3=83?=
 =?UTF-8?q?=C2=A9d=C3=83=C2=A9ric=20Buclin=20<LpSolit@gmail.com>=20r=3Dmka?=
 =?UTF-8?q?nat=20a=3DLpSolit?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 email_in.pl | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/email_in.pl b/email_in.pl
index e23da4317..bbbde2557 100644
--- a/email_in.pl
+++ b/email_in.pl
@@ -177,12 +177,6 @@ sub process_bug {
         $fields{'knob'} = 'duplicate';
     }
 
-    # Make sure we don't get prompted if we have to change the default
-    # groups.
-    if ($fields{'product'}) {
-        $fields{'addtonewgroup'} = 0;
-    }
-
     # Make it possible to remove CCs.
     if ($fields{'removecc'}) {
         $fields{'cc'} = [split(',', $fields{'removecc'})];
-- 
2.24.1