diff options
Diffstat (limited to 'themes/alps/util.html')
-rw-r--r-- | themes/alps/util.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/themes/alps/util.html b/themes/alps/util.html index 64aae3a..93b8454 100644 --- a/themes/alps/util.html +++ b/themes/alps/util.html @@ -7,12 +7,6 @@ {{ .Name }} {{- end -}} {{- if .HasAttr "\\HasChildren" }}/{{ end }} - - {{ if eq .Name "Outbox" }} - {{ if and (ne .Total -1) (ne .Total 0) }}({{ .Total }} unsent){{ end }} - {{ else }} - {{ if and (ne .Unseen -1) (ne .Unseen 0) }}({{ .Unseen }}){{ end }} - {{ end }} </a> {{ else }} <span class="noselect"> @@ -30,7 +24,6 @@ {{ with .CategorizedMailboxes }} {{ with .Common.Inbox }}{{ template "mbox-link" . }}{{ end }} {{ with .Common.Drafts }}{{ template "mbox-link" . }}{{ end }} - {{ with .Common.Outbox }}{{ template "mbox-link" . }}{{ end }} {{ with .Common.Sent }}{{ template "mbox-link" . }}{{ end }} {{ with .Common.Junk }}{{ template "mbox-link" . }}{{ end }} {{ with .Common.Trash }}{{ template "mbox-link" . }}{{ end }} |