From: Jeremy Kerr Date: Thu, 12 Feb 2009 11:11:48 +0000 (+1100) Subject: [mbox] Add extra newline after patch comment X-Git-Url: https://git.ozlabs.org/?p=patchwork;a=commitdiff_plain;h=cd874f3ef896a54c47fc4a483739b00871e5a4b4 [mbox] Add extra newline after patch comment Signed-off-by: Jeremy Kerr --- diff --git a/apps/patchwork/models.py b/apps/patchwork/models.py index cfc875f..793cb4e 100644 --- a/apps/patchwork/models.py +++ b/apps/patchwork/models.py @@ -258,7 +258,7 @@ class Patch(models.Model): if postscript: body += '---\n' + postscript.strip() + '\n' - body += self.content + body += '\n' + self.content mail = PatchMbox(body) mail['Subject'] = self.name