changeset 2732:0bcecf7d45b1

patchbomb: do not write Bcc
author Christian Ebert <blacktrash@gmx.net>
date Sat, 29 Jul 2006 10:27:54 +0200
parents 819485c43ce3
children 42a02b5773d4
files hgext/patchbomb.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/patchbomb.py	Sun Jul 30 13:29:19 2006 -0700
+++ b/hgext/patchbomb.py	Sat Jul 29 10:27:54 2006 +0200
@@ -288,6 +288,7 @@
             fp.close()
         else:
             ui.status('Sending ', m['Subject'], ' ...\n')
+            m.__delitem__('bcc')
             mail.sendmail(sender, to + bcc + cc, m.as_string(0))
 
 cmdtable = {