summaryrefslogtreecommitdiff
path: root/CVSROOT/syncmail
diff options
context:
space:
mode:
Diffstat (limited to 'CVSROOT/syncmail')
-rwxr-xr-xCVSROOT/syncmail3
1 files changed, 2 insertions, 1 deletions
diff --git a/CVSROOT/syncmail b/CVSROOT/syncmail
index 3e61116a29..6715a99d62 100755
--- a/CVSROOT/syncmail
+++ b/CVSROOT/syncmail
@@ -203,7 +203,8 @@ def main():
203 return 203 return
204 if specs[-3:] == ['-', 'New', 'directory']: 204 if specs[-3:] == ['-', 'New', 'directory']:
205 del specs[-3:] 205 del specs[-3:]
206 print '%s generating notification message...' % username 206 print username
207 print 'generating notification message...'
207 # blast_mail(mailcmd, specs[1:], contextlines) 208 # blast_mail(mailcmd, specs[1:], contextlines)
208 print 'Generating notification message... done.' 209 print 'Generating notification message... done.'
209 210