En fait c'tait tout simple.
darcs-hash:20021027015931-a279a-5b83d8abcc5c7bfaa01025f6243f205e5d684796.gz
This commit is contained in:
parent
044dda510e
commit
114c87037d
1 changed files with 2 additions and 1 deletions
3
syncmail
3
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue