summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xCVSROOT/syncmail1
1 files changed, 1 insertions, 0 deletions
diff --git a/CVSROOT/syncmail b/CVSROOT/syncmail
index 6715a99d62..d7f4da5476 100755
--- a/CVSROOT/syncmail
+++ b/CVSROOT/syncmail
@@ -205,6 +205,7 @@ def main():
205 del specs[-3:] 205 del specs[-3:]
206 print username 206 print username
207 print 'generating notification message...' 207 print 'generating notification message...'
208
208 # blast_mail(mailcmd, specs[1:], contextlines) 209 # blast_mail(mailcmd, specs[1:], contextlines)
209 print 'Generating notification message... done.' 210 print 'Generating notification message... done.'
210 211