summaryrefslogtreecommitdiff
path: root/templates/forward_as_body
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-01-13 15:19:11 +0700
committerRobin Jarry <robin@jarry.cc>2022-01-14 20:36:19 +0100
commit6f8c167e2782cb4447f36f0a9415a0fd1482b027 (patch)
tree25b6a985a46213f6e51e1ac23a4f9f574f7f4a9d /templates/forward_as_body
parent4782473064fa0a712aa1e26333ad175446404a64 (diff)
downloadaerc-6f8c167e2782cb4447f36f0a9415a0fd1482b027.zip
Stop wrapping OriginalText in default templates
Wrapping embeded code or patches could mess up the content.
Diffstat (limited to 'templates/forward_as_body')
-rw-r--r--templates/forward_as_body2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/forward_as_body b/templates/forward_as_body
index efbe2a3..42f5835 100644
--- a/templates/forward_as_body
+++ b/templates/forward_as_body
@@ -1,3 +1,3 @@
Forwarded message from {{(index .OriginalFrom 0).Name}} on {{dateFormat .OriginalDate "Mon Jan 2, 2006 at 3:04 PM"}}:
-{{wrap 72 .OriginalText}}
+{{.OriginalText}}