diff options
-rw-r--r-- | themes/sourcehut/mailbox.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/sourcehut/mailbox.html b/themes/sourcehut/mailbox.html index 70b0635..e4bada5 100644 --- a/themes/sourcehut/mailbox.html +++ b/themes/sourcehut/mailbox.html @@ -60,7 +60,11 @@ </span> <span class="text-normal from"> {{ range .Envelope.From }} - {{ .PersonalName }} + {{ if .PersonalName }} + {{ .PersonalName }} + {{ else }} + {{ .MailboxName }}@{{ .HostName }} + {{ end }} {{ end }} </span> <span class="{{if not (.HasFlag "\\Seen")}}font-weight-bold{{end}}"> |