summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugMail.pm
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-02-11 19:56:08 +0100
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-02-11 19:56:08 +0100
commitd93f2e56c9607d5ad4fb1dd95e63c6cc0940cbc9 (patch)
tree090baea104777b0868d20de49e808f211aadcf7c /Bugzilla/BugMail.pm
parent0c0be3db49141feae89a04d0686f7cd45bea2500 (diff)
downloadbugzilla-d93f2e56c9607d5ad4fb1dd95e63c6cc0940cbc9.tar.gz
bugzilla-d93f2e56c9607d5ad4fb1dd95e63c6cc0940cbc9.tar.xz
Bug 545683: New Hook: bugmail_recipients
r=mkanat, a=mkanat (module owner)
Diffstat (limited to 'Bugzilla/BugMail.pm')
-rw-r--r--Bugzilla/BugMail.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm
index 7412838f7..7a92b13a5 100644
--- a/Bugzilla/BugMail.pm
+++ b/Bugzilla/BugMail.pm
@@ -42,6 +42,7 @@ use Bugzilla::Product;
use Bugzilla::Component;
use Bugzilla::Status;
use Bugzilla::Mailer;
+use Bugzilla::Hook;
use Date::Parse;
use Date::Format;
@@ -425,6 +426,9 @@ sub Send {
}
}
}
+
+ Bugzilla::Hook::process('bugmail_recipients',
+ { recipients => \%recipients });
# Find all those user-watching anyone on the current list, who is not
# on it already themselves.