aboutsummaryrefslogtreecommitdiff
path: root/themes/alps/mailbox.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/alps/mailbox.html')
-rw-r--r--themes/alps/mailbox.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/alps/mailbox.html b/themes/alps/mailbox.html
index 6d870ba..6453d69 100644
--- a/themes/alps/mailbox.html
+++ b/themes/alps/mailbox.html
@@ -7,7 +7,7 @@
<a href="/compose" class="compose-mail">Compose&nbsp;Mail</a>
{{$current := .Mailbox}}
{{range .Mailboxes}}
- <a href="/mailbox/{{.Name | pathescape}}"
+ <a href="{{.URL}}"
{{ if eq $current.Name .Name }}class="active"{{ end }}>
{{ if eq .Name "INBOX" }}
Inbox
@@ -44,7 +44,7 @@
{{ end }}
</td>
<td width="80%" class="message-list-subject">
- <a href="/message/{{$.Mailbox.Name | pathescape}}/{{.Uid}}?part={{.TextPartName}}">
+ <a href="{{.URL}}?part={{.TextPartName}}">
{{if .Envelope.Subject}}
{{.Envelope.Subject}}
{{else}}