Differences From Artifact [c9554ab114]:
- Executable file CVSROOT/syncmail — part of check-in [a40e1a29bf] at 2002-04-16 11:33:33 on branch origin/master — Added to implemet the mtt-cvs mail list -- (user: gawthrop@users.sourceforge.net, size: 8734) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/CVSROOT/syncmail — part of check-in [e7609f6ad9] at 2002-04-16 10:57:00 on branch origin/master — Added to suport the mtt-cvs list (user: gawthrop@users.sourceforge.net, size: 8734) [annotate] [blame] [check-ins using]
- File mttroot/CVSROOT/syncmail.txt — part of check-in [d24c49844b] at 2002-04-16 10:50:51 on branch origin/master — Added to run mtt_cvs mailing list (user: gawthrop@users.sourceforge.net, size: 8734) [annotate] [blame] [check-ins using]
To Artifact [2b9dfd3f97]:
- Executable file CVSROOT/syncmail — part of check-in [17b5746190] at 2002-08-21 05:59:47 on branch origin/master — Added debug statement. (user: geraint@users.sourceforge.net, size: 8784) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
272 273 274 275 276 277 278 279 280 281 282 283 284 285 | L[-1] = "%s %s" % (prev, s) else: L.append(s) specs = L if verbose: print 'Generating notification message...' blast_mail(subject, people, specs[1:], contextlines) if verbose: print 'Generating notification message... done.' if __name__ == '__main__': | > | 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 | L[-1] = "%s %s" % (prev, s) else: L.append(s) specs = L if verbose: print 'Generating notification message...' print 'Debug statement: in mtt/CVSROOT/syncmail' blast_mail(subject, people, specs[1:], contextlines) if verbose: print 'Generating notification message... done.' if __name__ == '__main__': |
︙ | ︙ |