From 2d73c882df4b9c24d31afa53a1ddd1d5b501cd85 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 23 Oct 2020 11:47:11 -0400 Subject: Link sender name to search for their email address --- themes/alps/mailbox.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'themes/alps/mailbox.html') diff --git a/themes/alps/mailbox.html b/themes/alps/mailbox.html index b78a6e1..db029eb 100644 --- a/themes/alps/mailbox.html +++ b/themes/alps/mailbox.html @@ -46,11 +46,13 @@
{{ range .Envelope.From }} + {{ if .PersonalName }} {{.PersonalName}} {{ else }} {{.MailboxName}}@{{.HostName}} {{ end }} + {{ end }}
-- cgit v1.2.3