summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugMail.pm
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-09-23 07:58:53 +0200
committerlpsolit%gmail.com <>2006-09-23 07:58:53 +0200
commit4c0d90b0e04bc1957d781709a12adfc93758175a (patch)
treeb17863ccdd4fff7cf4063812c3f6ba35b32eea65 /Bugzilla/BugMail.pm
parent6c0f16ffbf7b39da24ded73e17fd2fc0ea4e1a75 (diff)
downloadbugzilla-4c0d90b0e04bc1957d781709a12adfc93758175a.tar.gz
bugzilla-4c0d90b0e04bc1957d781709a12adfc93758175a.tar.xz
Bug 349852: "I'm added to or removed from this capacity" email pref doesn't work for new bugs - Original patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org>, slightly modified by Frédéric Buclin <LpSolit@gmail.com> r=LpSolit, r=mkanat a=justdave
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};