~rjarry/aerc-devel

aerc: templates: drop redundant space in forward_as_body v1 APPLIED

Grzegorz Szymaszek: 1
 templates: drop redundant space in forward_as_body

 1 files changed, 1 insertions(+), 1 deletions(-)
#1382002 alpine-edge.yml success
#1382003 openbsd.yml success
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~rjarry/aerc-devel/patches/56292/mbox | git am -3
Learn more about email & git

[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>
---
 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