aboutsummaryrefslogtreecommitdiff
path: root/aerc/dot-config/aerc/templates/quoted_reply
blob: 27a38927838be8ef357fc880c8f9929285381ffe (plain)
1
2
3
4
5
6
7
8
9
10
On {{dateFormat (.OriginalDate | toLocal) "Mon Jan 2, 2006 at 15:04 MST"}}, {{.OriginalFrom | names | join ", "}} wrote:
{{ if eq .OriginalMIMEType "text/html" -}}
{{- exec `html` .OriginalText | trimSignature | quote -}}
{{- else -}}
{{- trimSignature .OriginalText | quote -}}
{{- end}}
{{- with .Signature }}

{{.}}
{{- end }}