mirror of
https://git.sr.ht/~rjarry/aerc
synced 2026-03-02 18:23:33 +01: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>
6 lines
69 B
Plaintext
6 lines
69 B
Plaintext
X-Mailer: aerc {{version}}
|
|
{{- with .Signature }}
|
|
|
|
{{.}}
|
|
{{- end -}}
|