diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-02-04 21:19:29 -0500 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-02-04 21:19:50 -0500 |
commit | fa5aee533c50ccbdab96c1d27fe71edf074a7c68 (patch) | |
tree | 3e062c8b694c0dd90c087e49ec00960419930a8d /home-config/aerc | |
parent | 72a67b03676e435d52fc84b2f3990ad12d54159a (diff) |
aerc inital template trial
Diffstat (limited to 'home-config/aerc')
-rw-r--r-- | home-config/aerc/templates/quoted_reply | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/home-config/aerc/templates/quoted_reply b/home-config/aerc/templates/quoted_reply new file mode 100644 index 0000000..dc184d9 --- /dev/null +++ b/home-config/aerc/templates/quoted_reply | |||
@@ -0,0 +1,5 @@ | |||
1 | X-Mailer: aerc {{version}} | ||
2 | |||
3 | |||
4 | On {{dateFormat (.OriginalDate | toLocal) "Mon Jan 2, 2006 at 3:04 PM MST"}}, {{(index .OriginalFrom 0).Name}} wrote: | ||
5 | {{trimSignature .OriginalText | quote}} | ||