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.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/themes/alps/mailbox.html b/themes/alps/mailbox.html
index db029eb..60cc978 100644
--- a/themes/alps/mailbox.html
+++ b/themes/alps/mailbox.html
@@ -2,25 +2,6 @@
{{template "nav.html" .}}
{{template "util.html" .}}
-{{ define "mbox-link" }}
-{{ if not (.HasAttr "\\Noselect") }}
-<a href="{{.URL}}" {{ if .Active }}class="active"{{ end }}>
- {{- if eq .Name "INBOX" -}}
- Inbox
- {{- else -}}
- {{ .Name }}
- {{- end -}}
- {{- if .HasAttr "\\HasChildren" }}/{{ end }}
-
- {{ if and (ne .Unseen -1) (ne .Unseen 0) }}({{ .Unseen }}){{ end }}
-</a>
-{{ else }}
-<span class="noselect">
- {{.Name}}{{- if .HasAttr "\\HasChildren" }}/{{ end }}
-</span>
-{{ end }}
-{{ end }}
-
<div class="page-wrap">
{{ template "aside" . }}
<div class="container">