aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-12-06 16:12:27 +0100
committerAlex Auvolat <alex@adnab.me>2022-12-06 16:12:27 +0100
commitbf9ccc6ed17e8b50a230e9f5809d820e9de8562f (patch)
tree088d82a0c3d402191099031b98e9de94c6b47530
parent832c17a3a9f6277e7921f4e811401d5478755ff9 (diff)
downloadalps-deuxfleurs.tar.gz
alps-deuxfleurs.zip
Fix util.html templatedeuxfleurs
-rw-r--r--themes/alps/util.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/themes/alps/util.html b/themes/alps/util.html
index b0022ec..f425dfe 100644
--- a/themes/alps/util.html
+++ b/themes/alps/util.html
@@ -32,12 +32,12 @@
">Compose&nbsp;mail</a>
</li>
{{ with .CategorizedMailboxes }}
- {{ if .Common.Inbox.Info }}{{ with .Common.Inbox }}{{ template "mbox-link" . }}{{ end }}{{ end }}
- {{ if .Common.Drafts.Info }}{{ with .Common.Drafts }}{{ template "mbox-link" . }}{{ end }}{{ end }}
- {{ if .Common.Sent.Info }}{{ with .Common.Sent }}{{ template "mbox-link" . }}{{ end }}{{ end }}
- {{ if .Common.Junk.Info }}{{ with .Common.Junk }}{{ template "mbox-link" . }}{{ end }}{{ end }}
- {{ if .Common.Trash.Info }}{{ with .Common.Trash }}{{ template "mbox-link" . }}{{ end }}{{ end }}
- {{ if .Common.Archive.Info }}{{ with .Common.Archive }}{{ template "mbox-link" . }}{{ end }}{{ end }}
+ {{ if .Common.Inbox }}{{ with .Common.Inbox }}{{ template "mbox-link" . }}{{ end }}{{ end }}
+ {{ if .Common.Drafts }}{{ with .Common.Drafts }}{{ template "mbox-link" . }}{{ end }}{{ end }}
+ {{ if .Common.Sent }}{{ with .Common.Sent }}{{ template "mbox-link" . }}{{ end }}{{ end }}
+ {{ if .Common.Junk }}{{ with .Common.Junk }}{{ template "mbox-link" . }}{{ end }}{{ end }}
+ {{ if .Common.Trash }}{{ with .Common.Trash }}{{ template "mbox-link" . }}{{ end }}{{ end }}
+ {{ if .Common.Archive }}{{ with .Common.Archive }}{{ template "mbox-link" . }}{{ end }}{{ end }}
{{ if .Additional }}
<hr />
{{ range .Additional }}