aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gray <dngray@polarbear.army>2024-03-23 19:27:07 +1030
committerRobin Jarry <robin@jarry.cc>2024-03-25 22:54:58 +0100
commit745ad8003741a434ced9350eb8237cfc4512984e (patch)
tree33e6fb3a089b72b99298fd432c66c7dbcc80cbe6
parent4ffbaa6b3946474f1432390168d203a68b5ccd44 (diff)
downloadaerc-745ad8003741a434ced9350eb8237cfc4512984e.tar.gz
aerc-745ad8003741a434ced9350eb8237cfc4512984e.zip
templates: do not add new line after signature
The new_message template currently adds a new line after the signature which is an error and not likely what the user expects. Signed-off-by: Daniel Gray <dngray@polarbear.army> Acked-by: Moritz Poldrack <moritz@poldrack.dev> Acked-by: Robin Jarry <robin@jarry.cc>
-rw-r--r--templates/new_message2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/new_message b/templates/new_message
index 270f6d44..8ff5f46e 100644
--- a/templates/new_message
+++ b/templates/new_message
@@ -2,4 +2,4 @@ X-Mailer: aerc {{version}}
{{- with .Signature }}
{{.}}
-{{- end }}
+{{- end -}}