mirror of
https://git.sr.ht/~rjarry/aerc
synced 2025-07-30 02:35:22 +02:00

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>
5 lines
69 B
Text
5 lines
69 B
Text
X-Mailer: aerc {{version}}
|
|
{{- with .Signature }}
|
|
|
|
{{.}}
|
|
{{- end -}}
|