diff options
author | Daniel Gray <dngray@polarbear.army> | 2024-03-23 19:27:07 +1030 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-03-25 22:54:58 +0100 |
commit | 745ad8003741a434ced9350eb8237cfc4512984e (patch) | |
tree | 33e6fb3a089b72b99298fd432c66c7dbcc80cbe6 /templates/new_message | |
parent | 4ffbaa6b3946474f1432390168d203a68b5ccd44 (diff) | |
download | aerc-745ad8003741a434ced9350eb8237cfc4512984e.tar.gz |
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>
Diffstat (limited to 'templates/new_message')
-rw-r--r-- | templates/new_message | 2 |
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 -}} |