aboutsummaryrefslogtreecommitdiff
path: root/home-config/aerc/templates
diff options
context:
space:
mode:
Diffstat (limited to 'home-config/aerc/templates')
-rw-r--r--home-config/aerc/templates/quoted_reply6
-rw-r--r--home-config/aerc/templates/thanks7
2 files changed, 0 insertions, 13 deletions
diff --git a/home-config/aerc/templates/quoted_reply b/home-config/aerc/templates/quoted_reply
deleted file mode 100644
index 402515f..0000000
--- a/home-config/aerc/templates/quoted_reply
+++ /dev/null
@@ -1,6 +0,0 @@
1X-Mailer: aerc {{version}}
2
3{{.Signature}}
4
5On {{dateFormat (.OriginalDate | toLocal) "Mon Jan 2, 2006 at 3:04 PM MST"}}, {{(index .OriginalFrom 0).Name}} wrote:
6{{trimSignature .OriginalText | quote}}
diff --git a/home-config/aerc/templates/thanks b/home-config/aerc/templates/thanks
deleted file mode 100644
index bc920a6..0000000
--- a/home-config/aerc/templates/thanks
+++ /dev/null
@@ -1,7 +0,0 @@
1X-Mailer: aerc {{version}}
2
3Thanks!
4
5{{exec "{ git remote get-url --push origin; git reflog -2 origin/main --pretty=format:%h; } | xargs printf 'To %s\n %s..%s main -> main\n'" ""}}
6
7{{.Signature}}