diff options
author | Simon Ser <contact@emersion.fr> | 2020-05-20 16:25:25 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-05-20 16:25:25 +0200 |
commit | 8589228c73a8abb5de890bfbd3fa8ab2807dfda0 (patch) | |
tree | 2332b85ca8e47aa1ff4766cf341dbfa306d48501 /themes/alps/mailbox.html | |
parent | ac7a3fb1562696af5dd57d20ddd74979fd7b5650 (diff) | |
download | alps-8589228c73a8abb5de890bfbd3fa8ab2807dfda0.tar.gz alps-8589228c73a8abb5de890bfbd3fa8ab2807dfda0.zip |
Replace IMAPMessage.TextPartName with TextPart
Diffstat (limited to 'themes/alps/mailbox.html')
-rw-r--r-- | themes/alps/mailbox.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/alps/mailbox.html b/themes/alps/mailbox.html index dfc79fe..8d9aa54 100644 --- a/themes/alps/mailbox.html +++ b/themes/alps/mailbox.html @@ -43,7 +43,7 @@ {{ end }} </div> <div class="message-list-subject message-list-item {{ if not (.HasFlag "\\Seen") }}message-list-unread{{ end }}"> - <a href="{{.URL}}?part={{.TextPartName}}"> + <a href="{{.TextPart.URL false}}"> {{if .Envelope.Subject}} {{.Envelope.Subject}} {{else}} |