diff -r 819aea456251 -r 57ceabc6dfbc common/mail.py --- a/common/mail.py Tue Sep 08 15:59:20 2009 +0200 +++ b/common/mail.py Tue Sep 08 16:00:14 2009 +0200 @@ -256,5 +256,6 @@ 'title': entity.dc_long_title(),}) return kwargs + class SkipEmail(Exception): """raise this if you decide to skip an email during its generation"""