aboutsummaryrefslogtreecommitdiff
path: root/themes/alps/mailbox.html
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-10-23 11:47:11 -0400
committerDrew DeVault <sir@cmpwn.com>2020-10-23 11:47:30 -0400
commit2d73c882df4b9c24d31afa53a1ddd1d5b501cd85 (patch)
treef06cb066b86178977eb7189c5be2b493b2f7c115 /themes/alps/mailbox.html
parentb437cef2ab7d318b24b455861f594cd2370b2133 (diff)
downloadalps-2d73c882df4b9c24d31afa53a1ddd1d5b501cd85.tar.gz
alps-2d73c882df4b9c24d31afa53a1ddd1d5b501cd85.zip
Link sender name to search for their email address
Diffstat (limited to 'themes/alps/mailbox.html')
-rw-r--r--themes/alps/mailbox.html2
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}}">