From 38577d69738bb33f0c43d5346a1c4abebee975fa Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Tue, 25 Jun 2013 10:33:33 -0400 Subject: Bug 877083 - "Ignore Bug Mail" shouldn't lead to request email being dropped --- Bugzilla/Flag.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'Bugzilla/Flag.pm') diff --git a/Bugzilla/Flag.pm b/Bugzilla/Flag.pm index d3e9b1d37..5f4f90b6c 100644 --- a/Bugzilla/Flag.pm +++ b/Bugzilla/Flag.pm @@ -1021,9 +1021,6 @@ sub notify { } foreach my $to (keys %recipients) { - # Skip sending if user is ignoring the bug. - next if ($recipients{$to} && $recipients{$to}->is_bug_ignored($bug->id)); - # Add threadingmarker to allow flag notification emails to be the # threaded similar to normal bug change emails. my $thread_user_id = $recipients{$to} ? $recipients{$to}->id : 0; -- cgit v1.2.3-24-g4f1b