r847484 | cmpilato | 2003-10-13 22:16:47 +0000 (Mon, 13 Oct 2003)
Add an option to mailer.py to suppress showing diffs of added files
(which amounts to a bunch of '+' lines).
Patch by: Leandro Lucarella <luca@llucax.hn.org>
(Tweaked by me.)
* tools/hook-scripts/mailer/mailer.py
(generate_diff): Don't show diffs for added things if the 'suppress_adds'
option is set to "yes".
* tools/hook-scripts/mailer/mailer.conf.example
Include a description (and commented out example) of the new
'suppress_adds' option.