aboutsummaryrefslogtreecommitdiff
path: root/tw/services/files/aerc/templates/quoted_reply
blob: a6116dfd1e61393007ded72ca30223187c7c13b7 (about) (plain)
1
2
3
4
5
6
7
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"}}
{{exec `lynx -display_charset=UTF-8 -dump -stdin` .OriginalText | quote}}
{{- else}}
{{trimSignature .OriginalText | quote}}
{{- end}}