summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugMail.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/BugMail.pm')
-rw-r--r--Bugzilla/BugMail.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm
index bae1b2777..e78be86ec 100644
--- a/Bugzilla/BugMail.pm
+++ b/Bugzilla/BugMail.pm
@@ -418,7 +418,8 @@ sub ProcessOneBug {
$relationship,
$diffs,
$newcomments,
- $changer))
+ $changer,
+ !$start))
{
$rels_which_want{$relationship} =
$recipients{$user_id}->{$relationship};