diff options
author | Michael Walle <michael@walle.cc> | 2024-02-11 16:58:13 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-02-11 21:07:56 +0100 |
commit | 2dcc83efda3efd61dffc75324e434ef32d322b8f (patch) | |
tree | 0669343cc84c47d4f20fd1a8524b6ff1a9fa35bf /templates/quoted_reply | |
parent | 2187ea163e879556cb9fdb45657c96d99db8a6f0 (diff) | |
download | aerc-2dcc83efda3efd61dffc75324e434ef32d322b8f.tar.gz |
templates: use email address as fallback
If replying to mail or forwarding a mail that doesn't have a
recipient name, the automatically generated header line will just
have an empty value. Use the names template to extract either the
name if available otherwise the mbox name.
While at it, instead of just taking the first item of the list,
join all items to avoid an index error if the list is empty.
Signed-off-by: Michael Walle <michael@walle.cc>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'templates/quoted_reply')
-rw-r--r-- | templates/quoted_reply | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/quoted_reply b/templates/quoted_reply index c08a44d8..1e7ebfae 100644 --- a/templates/quoted_reply +++ b/templates/quoted_reply @@ -1,6 +1,6 @@ X-Mailer: aerc {{version}} -On {{dateFormat (.OriginalDate | toLocal) "Mon Jan 2, 2006 at 3:04 PM MST"}}, {{(index .OriginalFrom 0).Name}} wrote: +On {{dateFormat (.OriginalDate | toLocal) "Mon Jan 2, 2006 at 3:04 PM MST"}}, {{.OriginalFrom | names | join ", "}} wrote: {{trimSignature .OriginalText | quote}} {{- with .Signature }} |