summaryrefslogtreecommitdiffstats
path: root/extensions/Example/Extension.pm
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Example/Extension.pm')
-rw-r--r--extensions/Example/Extension.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/extensions/Example/Extension.pm b/extensions/Example/Extension.pm
index e06bd9f2b..77489692c 100644
--- a/extensions/Example/Extension.pm
+++ b/extensions/Example/Extension.pm
@@ -189,6 +189,14 @@ sub buglist_columns {
$columns->{'example'} = { 'name' => 'bugs.delta_ts' , 'title' => 'Example' };
}
+sub bugmail_recipients {
+ my ($self, $args) = @_;
+ my $recipients = $args->{'recipients'};
+ # Uncomment the below line to add the first user in the Bugzilla database
+ # to every bugmail as though he/she were a CC.
+ #$recipients->{1}->{+REL_CC} = 1;
+}
+
sub colchange_columns {
my ($self, $args) = @_;