aboutsummaryrefslogtreecommitdiff
path: root/tw/services/files/aerc
diff options
context:
space:
mode:
Diffstat (limited to 'tw/services/files/aerc')
-rw-r--r--tw/services/files/aerc/templates/quoted_reply8
1 files changed, 8 insertions, 0 deletions
diff --git a/tw/services/files/aerc/templates/quoted_reply b/tw/services/files/aerc/templates/quoted_reply
new file mode 100644
index 00000000..74585ee8
--- /dev/null
+++ b/tw/services/files/aerc/templates/quoted_reply
@@ -0,0 +1,8 @@
+X-Mailer: aerc {{version}}
+
+On {{dateFormat (.OriginalDate | toLocal) "Mon Jan 2, 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}}