From 114c87037d5811febdee289ffe76a5d8e1046aca Mon Sep 17 00:00:00 2001 From: stransky Date: Sun, 27 Oct 2002 02:59:31 +0100 Subject: [PATCH] En fait c'tait tout simple. darcs-hash:20021027015931-a279a-5b83d8abcc5c7bfaa01025f6243f205e5d684796.gz --- syncmail | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/syncmail b/syncmail index 16a22d95..96dc1db9 100755 --- a/syncmail +++ b/syncmail @@ -231,9 +231,10 @@ def blast_mail(subject, people, filestodiff, contextlines, fromhost): From: %(author)s To: %(people)s Subject: %(subject)s +X-CVSinfo: CRANS ''' % {'author' : author, 'people' : string.join(people, COMMASPACE), - 'subject': 'CVS commit sur '+host+' : '+ subject, + 'subject': 'CVS commit sur '+host[0]+' : '+ subject, } s.write(sys.stdin.read()) # append the diffs if available