diff options
author | Jeremy Kolb <jkolb@brandeis.edu> | 2005-05-15 03:20:06 +0000 |
---|---|---|
committer | Jeremy Kolb <jkolb@brandeis.edu> | 2005-05-15 03:20:06 +0000 |
commit | 5cc7ecc8b4c1e12d64e40818d2de5ab99a560d44 (patch) | |
tree | 75ed51fa7af3ecf9a1a5f776ebac0c213e481969 /CVSROOT | |
parent | 4147f7a1483ec585672fc16d5fed4629ff1fe710 (diff) |
fixed from field
Diffstat (limited to 'CVSROOT')
-rw-r--r-- | CVSROOT/checkoutlist | 1 | ||||
-rwxr-xr-x | CVSROOT/syncmail | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/CVSROOT/checkoutlist b/CVSROOT/checkoutlist index b875e6b..8672f1d 100644 --- a/CVSROOT/checkoutlist +++ b/CVSROOT/checkoutlist @@ -18,4 +18,3 @@ log_accum.pl loginfo logmail syncmail - diff --git a/CVSROOT/syncmail b/CVSROOT/syncmail index c1e07ee..a51cc65 100755 --- a/CVSROOT/syncmail +++ b/CVSROOT/syncmail @@ -274,7 +274,7 @@ def blast_mail(subject, people, filestodiff, contextlines, fromhost, replyto): 'user' : user, } print '''\ -From: %(name)s <xorg-commit@pdx.freedesktop.org> +From: %(name)s <xcb-commit@pdx.freedesktop.org> To: %(people)s''' % vars if replyto: print 'Reply-To: %s' % replyto |