From 044dda510ea585bdea067325d51f207d5d520adc Mon Sep 17 00:00:00 2001 From: stransky Date: Sun, 27 Oct 2002 02:58:08 +0100 Subject: [PATCH] encore des bugs darcs-hash:20021027015808-a279a-49349eb334bbf5372ebfc0f232767e2827701faa.gz --- syncmail | 2 -- 1 file changed, 2 deletions(-) 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