diff options
Diffstat (limited to 'themes/alps')
-rw-r--r-- | themes/alps/mailbox.html | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ </div> <div class="message-list-sender {{$classes}}"> {{ range .Envelope.From }} + <a href='?query=from:"{{.MailboxName}}@{{.HostName}}"'> {{ if .PersonalName }} {{.PersonalName}} {{ else }} {{.MailboxName}}@{{.HostName}} {{ end }} + </a> {{ end }} </div> <div class="message-list-flags {{$classes}}"> |