aboutsummaryrefslogtreecommitdiffstats
path: root/templates/quoted_reply
diff options
context:
space:
mode:
Diffstat (limited to 'templates/quoted_reply')
-rw-r--r--templates/quoted_reply4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/quoted_reply b/templates/quoted_reply
index 147a4fa5..c08a44d8 100644
--- a/templates/quoted_reply
+++ b/templates/quoted_reply
@@ -2,5 +2,7 @@ X-Mailer: aerc {{version}}
On {{dateFormat (.OriginalDate | toLocal) "Mon Jan 2, 2006 at 3:04 PM MST"}}, {{(index .OriginalFrom 0).Name}} wrote:
{{trimSignature .OriginalText | quote}}
+{{- with .Signature }}
-{{.Signature}}
+{{.}}
+{{- end }}