diff options
Diffstat (limited to 'themes/sourcehut/mailbox.html')
-rw-r--r-- | themes/sourcehut/mailbox.html | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ </span> <span class="text-normal from"> {{ range .Envelope.From }} - {{ if .PersonalName }} - {{ .PersonalName }} + {{ if .Name }} + {{ .Name }} {{ else }} - {{ .MailboxName }}@{{ .HostName }} + {{ .Addr }} {{ end }} {{ end }} </span> |