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/sourcehut/mailbox.html | |
parent | ac7a3fb1562696af5dd57d20ddd74979fd7b5650 (diff) | |
download | alps-8589228c73a8abb5de890bfbd3fa8ab2807dfda0.tar.gz alps-8589228c73a8abb5de890bfbd3fa8ab2807dfda0.zip |
Replace IMAPMessage.TextPartName with TextPart
Diffstat (limited to 'themes/sourcehut/mailbox.html')
-rw-r--r-- | themes/sourcehut/mailbox.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/sourcehut/mailbox.html b/themes/sourcehut/mailbox.html index 58eb52b..1175cbe 100644 --- a/themes/sourcehut/mailbox.html +++ b/themes/sourcehut/mailbox.html @@ -53,7 +53,7 @@ <li class="nav-item"> <a class="nav-link" - href="/message/{{$.Mailbox.Name | pathescape}}/{{.Uid}}?part={{.TextPartName}}" + href="{{.TextPart.URL false}}" > <span class="text-muted date"> {{ .Envelope.Date | formatdate }} |