diff --git a/syncmail b/syncmail index 4e3e280c..0457b7bf 100755 --- a/syncmail +++ b/syncmail @@ -231,10 +231,11 @@ def blast_mail(subject, people, filestodiff, contextlines, fromhost): From: %(author)s To: %(people)s Subject: %(subject)s -X-CVSinfo: CRANS +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