Jelmer Vernooij has proposed merging lp:~jelmer/bzr-pqm/bcc into lp:bzr-pqm.

Requested reviews:
  Bzr-pqm-devel (bzr-pqm-devel)


This adds a pqm_bcc option.
-- 
https://code.launchpad.net/~jelmer/bzr-pqm/bcc/+merge/31478
Your team Bzr-pqm-devel is requested to review the proposed merge of 
lp:~jelmer/bzr-pqm/bcc into lp:bzr-pqm.
=== modified file 'pqm_submit.py'
--- pqm_submit.py	2010-05-17 15:03:18 +0000
+++ pqm_submit.py	2010-08-01 02:37:40 +0000
@@ -255,6 +255,10 @@
 
     message = submission.to_email(mail_from, mail_to)
 
+    mail_bcc = config.get_user_option('pqm_bcc')
+    if mail_bcc is not None:
+        message["Bcc"] = mail_bcc
+
     if dry_run:
         print message.as_string()
         return

_______________________________________________
Mailing list: https://launchpad.net/~registry
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~registry
More help   : https://help.launchpad.net/ListHelp

Reply via email to