diff options
Diffstat (limited to '.config/aerc/templates')
| -rw-r--r-- | .config/aerc/templates/quoted_reply | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/aerc/templates/quoted_reply b/.config/aerc/templates/quoted_reply index 74a628a..e39e6b4 100644 --- a/.config/aerc/templates/quoted_reply +++ b/.config/aerc/templates/quoted_reply @@ -12,7 +12,7 @@ From: {{$From}} To: {{range $To}}{{.}},{{end}} X-Mailer: aerc {{version}} -On {{dateFormat (.OriginalDate | toLocal) "Mon Jan 2, 2006 at 3:04 PM MST"}}, {{(index .OriginalFrom 0).Name}} wrote: +On {{dateFormat (.OriginalDate | toLocal) "Mon Jan 2, 2006 at 3:04 PM MST"}}, {{with (index .OriginalFrom 0)}}{{with .Name}}{{.}} {{end}}<{{.Address}}>{{end}} wrote: {{if eq .OriginalMIMEType "text/html"}}{{exec `/usr/share/aerc/filters/html` .OriginalText | wrap 72 | quote}} {{else}} {{quote .OriginalText}} |