En fait c'tait tout simple.

darcs-hash:20021027015931-a279a-5b83d8abcc5c7bfaa01025f6243f205e5d684796.gz
This commit is contained in:
stransky 2002-10-27 02:59:31 +01:00
parent 044dda510e
commit 114c87037d

View file

@ -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