176
176
bmp = request.merge_proposal
177
177
bmp.source_branch.subscribe(
178
178
bmp.registrant, BranchSubscriptionNotificationLevel.NOEMAIL, None,
180
180
mailer = BMPMailer.forCreation(bmp, bmp.registrant)
181
181
ctrl = mailer.generateEmail(bmp.registrant,
182
182
bmp.registrant.preferredemail.email)