aboutsummaryrefslogtreecommitdiff
path: root/tw/services/files/aerc/templates/quoted_reply
blob: 960827b77f7a5cfb75dadf9b09be2d14e2d4fb00 (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}}