From: Dave Lawrence Date: Wed, 12 Jun 2013 16:17:10 +0000 (-0400) Subject: Bug 877083 - "Ignore Bug Mail" shouldn't lead to request email being dropped X-Git-Tag: bugzilla-4.5.1~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ac0c72189843239a91ddbb1de55868cbe00845f;p=thirdparty%2Fbugzilla.git Bug 877083 - "Ignore Bug Mail" shouldn't lead to request email being dropped r=glob,a=LpSolit --- diff --git a/Bugzilla/Flag.pm b/Bugzilla/Flag.pm index 0ecc545fdc..98029a1b14 100644 --- a/Bugzilla/Flag.pm +++ b/Bugzilla/Flag.pm @@ -997,9 +997,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; diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 8d3d763061..933b9ce72e 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -833,9 +833,11 @@ - - (never email me about this [% terms.bug %]) + + + (never email me about this [% terms.bug %]) + [% END %]