aboutsummaryrefslogtreecommitdiffstats
path: root/templates/forward_as_body
diff options
context:
space:
mode:
authorBence Ferdinandy <bence@ferdinandy.com>2024-01-04 21:02:19 +0100
committerRobin Jarry <robin@jarry.cc>2024-01-08 00:02:21 +0100
commitb76bf1b7eecfc885798385960b04b92cb62d75f0 (patch)
tree33f3b20d6e1e686685eb9d62415a06053009ad10 /templates/forward_as_body
parentf41a39578f0319d255f32fc08cef6b7b73d6bdac (diff)
downloadaerc-b76bf1b7eecfc885798385960b04b92cb62d75f0.tar.gz
templates: move signature from compose to templates
Currently, when composing a new message, everything is read from the template files, except the signature, which is added directly in the compose code. Add a new template variable {{.Signature}}, by moving the logic of reading signature from command or file from compose to templates. Update the various default template files to preserve the original placement of signatures. Users using the default templates should not notice the change. Users with custom compose templates will need to update their templates with {{.Signature}}. Changelog-changed: Signature placement is now controlled via the `{{.Signature}}` template variable and not hardcoded. Signed-off-by: Bence Ferdinandy <bence@ferdinandy.com> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'templates/forward_as_body')
-rw-r--r--templates/forward_as_body2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/forward_as_body b/templates/forward_as_body
index 564f6ed5..b29c3976 100644
--- a/templates/forward_as_body
+++ b/templates/forward_as_body
@@ -2,3 +2,5 @@ X-Mailer: aerc {{version}}
Forwarded message from {{(index .OriginalFrom 0).Name}} on {{dateFormat .OriginalDate "Mon Jan 2, 2006 at 3:04 PM"}}:
{{.OriginalText}}
+
+{{.Signature}}