[PATCH aerc] templates: drop redundant space in forward_as_body
Export this patch
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
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:
aerc/patches: SUCCESS in 2m3s
[templates: drop redundant space in forward_as_body][0] from [Grzegorz Szymaszek][1]
[0]: https://lists.sr.ht/~rjarry/aerc-devel/patches/56292
[1]: mailto:gszymaszek@short.pl
✓ #1382003 SUCCESS aerc/patches/openbsd.yml https://builds.sr.ht/~rjarry/job/1382003
✓ #1382002 SUCCESS aerc/patches/alpine-edge.yml https://builds.sr.ht/~rjarry/job/1382002