diff -r 671158f060cc -r afa1f57ae484 hgext/notify.py --- a/hgext/notify.py Fri Jun 01 19:45:05 2007 +0200 +++ b/hgext/notify.py Thu May 24 16:32:38 2007 +0200 @@ -211,6 +211,8 @@ del msg['From'] msg['From'] = sender + msg['Date'] = util.datestr(date=util.makedate(), + format="%a, %d %b %Y %H:%M:%S", timezone=True) fix_subject() fix_sender()