In templates/forward_as_body, there are two spaces after the
OriginalFrom label; introduced, likely not on purpose, in
2dcc83efda3efd61dffc75324e434ef32d322b8f
("templates: use email address as fallback"). Since a single space is
enough, delete the other one.
Signed-off-by: Grzegorz Szymaszek <gszymaszek@short.pl>
---
templates/forward_as_body | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/forward_as_body b/templates/forward_as_body
index 3b27db0d..e8d15dcb 100644
--- a/templates/forward_as_body
+++ b/templates/forward_as_body
@@ -1,6 +1,6 @@
X-Mailer: aerc {{version}}
-Forwarded message from {{.OriginalFrom | names | join ", "}} on {{dateFormat .OriginalDate "Mon Jan 2, 2006 at 3:04 PM"}}:
+Forwarded message from {{.OriginalFrom | names | join ", "}} on {{dateFormat .OriginalDate "Mon Jan 2, 2006 at 3:04 PM"}}:
{{.OriginalText}}
{{- with .Signature }}
--
2.45.2
Grzegorz Szymaszek <gszymaszek@short.pl> wrote:
> In templates/forward_as_body, there are two spaces after the
> OriginalFrom label; introduced, likely not on purpose, in
> 2dcc83efda3efd61dffc75324e434ef32d322b8f
> ("templates: use email address as fallback"). Since a single space is
> enough, delete the other one.
>
> Signed-off-by: Grzegorz Szymaszek <gszymaszek@short.pl>
> ---
Acked-by: Robin Jarry <robin@jarry.cc>
Applied, thanks.
To git@git.sr.ht:~rjarry/aerc
5a119d7c6419..161569293b80 master -> master