diff options
| -rwxr-xr-x | CVSROOT/syncmail | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CVSROOT/syncmail b/CVSROOT/syncmail index 127c326..ab3f6b8 100755 --- a/CVSROOT/syncmail +++ b/CVSROOT/syncmail @@ -71,7 +71,7 @@ import time import getopt # Notification command -MAILCMD = '/bin/mail -s "%(username): %(SUBJECT)s" %(PEOPLE)s 2>&1 > /dev/null' +MAILCMD = '/bin/mail -s "%(username)s: %(SUBJECT)s" %(PEOPLE)s 2>&1 > /dev/null' # Diff trimming stuff DIFF_HEAD_LINES = 20 |