Hi Andi,
Andi Albrecht wrote:
> only diffs with less then 100 lines are inlined in the emails (see
> codereview.views._get_affected_files() ).
Thanks a lot!
I guess I won't mess with this right now, but here's a small note for
if/when I get back to it...
Code path is:
_make_new <- _make_message <- _get_mail_template <- _get_mail_template
<- _get_affected_files
And we can intercept context['patch'] as late as _make_message, before
mail.send_mail.
Best regards,
Daniel