Submitter | phabricator |
---|---|
Date | Feb. 27, 2018, 12:56 p.m. |
Message ID | <51901cbfcd3e91d9e8396f29c5b3dce9@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/28449/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/patchbomb.py b/hgext/patchbomb.py --- a/hgext/patchbomb.py +++ b/hgext/patchbomb.py @@ -748,7 +748,7 @@ if not parent.endswith('>'): parent += '>' - sender_addr = eutil.parseaddr(sender)[1] + sender_addr = eutil.parseaddr(encoding.strfromlocal(sender))[1] sender = mail.addressencode(ui, sender, _charsets, opts.get('test')) sendmail = None firstpatch = None