Adding gdb-patches to To
This commit is contained in:
parent
de278855a4
commit
d4440f59b3
1 changed files with 1 additions and 2 deletions
|
@ -251,8 +251,7 @@ subsequent commits are made after X, by different people."""
|
|||
mail = MIMEText (text)
|
||||
mail['Subject'] = sbj
|
||||
mail['From'] = GDB_MAIL_FROM
|
||||
mail['To'] = to
|
||||
mail['Cc'] = 'gdb-patches@sourceware.org'
|
||||
mail['To'] = to + ',gdb-patches@sourceware.org'
|
||||
|
||||
s = smtplib.SMTP ('localhost')
|
||||
s.sendmail (GDB_MAIL_FROM, [ to ], mail.as_string ())
|
||||
|
|
Loading…
Reference in a new issue