~rjarry/aerc-devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH aerc] templates: drop redundant space in forward_as_body

Grzegorz Szymaszek <gszymaszek@short.pl>
Details
Message ID
<D63QX6KI9ST4.2ZZHERSFDGIUY@short.pl>
DKIM signature
missing
Download raw message
Patch: +1 -1
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

[aerc/patches] build success

builds.sr.ht <builds@sr.ht>
Details
Message ID
<D63QYSJ9LH20.3VVYFFFQBSANL@fra02>
In-Reply-To
<D63QX6KI9ST4.2ZZHERSFDGIUY@short.pl> (view parent)
DKIM signature
missing
Download raw message
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]: 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

Applied: [PATCH aerc] templates: drop redundant space in forward_as_body

Details
Message ID
<173339994367.462206.13190222684624708657@ringo>
In-Reply-To
<D63QX6KI9ST4.2ZZHERSFDGIUY@short.pl> (view parent)
DKIM signature
pass
Download raw message
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
Reply to thread Export thread (mbox)