Files
aerc-inline-images/templates/quoted_reply
T
2026-04-07 19:54:54 -04:00

13 lines
360 B
Plaintext

X-Mailer: aerc {{version}}
On {{dateFormat (.OriginalDate | toLocal) "Mon Jan 2, 2006 at 3:04 PM MST"}}, {{.OriginalFrom | names | join ", "}} wrote:
{{ if eq .OriginalMIMEType "text/html" -}}
{{- exec `html` .OriginalText | trimSignature | quote -}}
{{- else -}}
{{- trimSignature .OriginalText | quote -}}
{{- end}}
{{- with .Signature }}
{{.}}
{{- end }}