From 1e069e98c98f07e06e4994f22aa9f55d34de29be Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sun, 10 Sep 2023 22:04:20 +0200 Subject: themes/sourcehut: fix sourcehut theme With the newer version of `go-imap` some properties got renamed and sourcehut theme stop working. --- themes/sourcehut/mailbox.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'themes/sourcehut/mailbox.html') diff --git a/themes/sourcehut/mailbox.html b/themes/sourcehut/mailbox.html index e4bada5..e775b98 100644 --- a/themes/sourcehut/mailbox.html +++ b/themes/sourcehut/mailbox.html @@ -60,10 +60,10 @@ {{ range .Envelope.From }} - {{ if .PersonalName }} - {{ .PersonalName }} + {{ if .Name }} + {{ .Name }} {{ else }} - {{ .MailboxName }}@{{ .HostName }} + {{ .Addr }} {{ end }} {{ end }} -- cgit v1.2.3-59-g8ed1b