From 86579bb4781c559917d9495eeb982137ade04bac Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 13 Nov 2020 10:33:19 -0500 Subject: Remove async SMTP queue --- themes/alps/util.html | 7 ------- 1 file changed, 7 deletions(-) (limited to 'themes/alps') 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 }} {{ else }} @@ -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 }} -- cgit v1.2.3