diff --git a/syncmail b/syncmail index 0457b7bf..16a22d95 100755 --- a/syncmail +++ b/syncmail @@ -231,11 +231,9 @@ def blast_mail(subject, people, filestodiff, contextlines, fromhost): From: %(author)s To: %(people)s Subject: %(subject)s -X-CVSinfo: %(location)s ''' % {'author' : author, 'people' : string.join(people, COMMASPACE), 'subject': 'CVS commit sur '+host+' : '+ subject, - 'location': 'CRANS', } s.write(sys.stdin.read()) # append the diffs if available