--- /usr/lib/subversion/hook-scripts/mailer/mailer.py	2003-09-30 10:48:37.000000000 -0300
+++ mailer.py	2003-10-11 01:55:01.000000000 -0300
@@ -407,6 +407,12 @@
       label2 = '%s\t%s' % (change.path, date)
       singular = False
     else:
+      suppress_adds = cfg.get('suppress_adds', group, params)
+      if suppress_adds == 'yes':
+        # a record of the add is in the summary. no need to write
+        # anything further here.
+        return
+
       output.write('\nAdded: %s\n' % change.path)
       diff = svn.fs.FileDiff(None, None, repos.root_this, change.path, pool)
       label1 = '(empty file)'

