[PATCH] patchbomb: do not write Bcc
Christian Ebert
blacktrash at gmx.net
Sat Jul 29 08:28:29 UTC 2006
# HG changeset patch
# User Christian Ebert <blacktrash at gmx.net>
# Date 1154161674 -7200
# Node ID 01026908077757ccefff3620633b1fc95e3250eb
# Parent 51c296f61b6eb1e1276fd9cb22fce3db45721f83
patchbomb: do not write Bcc
diff -r 51c296f61b6e -r 010269080777 hgext/patchbomb.py
--- a/hgext/patchbomb.py Sat Jul 29 08:11:41 2006 +0200
+++ b/hgext/patchbomb.py Sat Jul 29 10:27:54 2006 +0200
@@ -288,6 +288,7 @@ def patchbomb(ui, repo, *revs, **opts):
fp.close()
else:
ui.status('Sending ', m['Subject'], ' ...\n')
+ m.__delitem__('bcc')
mail.sendmail(sender, to + bcc + cc, m.as_string(0))
cmdtable = {
More information about the Mercurial
mailing list