File: quoted_reply

package info (click to toggle)
aerc 0.21.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,900 kB
  • sloc: ansic: 1,181; python: 1,000; sh: 553; awk: 360; makefile: 23
file content (12 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
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 }}