From c1ca18df92c40ed7a2226da94cb889a30ee215c2 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Mon, 10 Dec 2012 12:25:38 +0100 Subject: Wrap email text at 90 cols if not already wrapped --- hyperkitty/templates/messages/message.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperkitty/templates/messages/message.html b/hyperkitty/templates/messages/message.html index eaac211..37bc795 100644 --- a/hyperkitty/templates/messages/message.html +++ b/hyperkitty/templates/messages/message.html @@ -30,7 +30,7 @@
{{ email.content|urlizetrunc:76|escapeemail|snip_quoted }}
+ >{{ email.content|wordwrap:90|urlizetrunc:76|escapeemail|snip_quoted }} {% if unfolded and email.attachments|count %}

Attachments:

-- cgit