From 2d1f3313ba24fcb883fc29421c527ff6d0574241 Mon Sep 17 00:00:00 2001 From: stransky Date: Sun, 27 Oct 2002 02:57:48 +0100 Subject: [PATCH] bug editing darcs-hash:20021027015748-a279a-6de17200836c59dfcf7c7510f33e0262610c7dfe.gz --- syncmail | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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