aboutsummaryrefslogtreecommitdiff
path: root/tw/services/files/aerc/templates/quoted_reply
diff options
context:
space:
mode:
Diffstat (limited to 'tw/services/files/aerc/templates/quoted_reply')
-rw-r--r--tw/services/files/aerc/templates/quoted_reply6
1 files changed, 3 insertions, 3 deletions
diff --git a/tw/services/files/aerc/templates/quoted_reply b/tw/services/files/aerc/templates/quoted_reply
index 960827b7..a6116dfd 100644
--- a/tw/services/files/aerc/templates/quoted_reply
+++ b/tw/services/files/aerc/templates/quoted_reply
@@ -1,8 +1,8 @@
X-Mailer: aerc {{version}}
On {{dateFormat (.OriginalDate | toLocal) "Mon 2 Jan 2006 at 3:04 pm MST"}}, {{(index .OriginalFrom 0).Name}} wrote:
-{{if eq .OriginalMIMEType "text/html"}}
+{{- if eq .OriginalMIMEType "text/html"}}
{{exec `lynx -display_charset=UTF-8 -dump -stdin` .OriginalText | quote}}
-{{else}}
+{{- else}}
{{trimSignature .OriginalText | quote}}
-{{end}}
+{{- end}}