From 2bef9425fb249b015f6046b71f1d26cceda279d1 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 30 Oct 2020 13:10:26 -0400 Subject: Simplify & fix bugs with select all functionality --- themes/alps/mailbox.html | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'themes/alps/mailbox.html') 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") }} - - {{- if eq .Name "INBOX" -}} - Inbox - {{- else -}} - {{ .Name }} - {{- end -}} - {{- if .HasAttr "\\HasChildren" }}/{{ end }} - - {{ if and (ne .Unseen -1) (ne .Unseen 0) }}({{ .Unseen }}){{ end }} - -{{ else }} - - {{.Name}}{{- if .HasAttr "\\HasChildren" }}/{{ end }} - -{{ end }} -{{ end }} -
{{ template "aside" . }}
-- cgit v1.2.3