diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-11-13 10:33:19 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-11-13 10:33:19 -0500 |
commit | 86579bb4781c559917d9495eeb982137ade04bac (patch) | |
tree | 1fd85c0ff24a99a83ea3b079697157aea269a71d /themes/alps | |
parent | 0d1cca191bd054516fa70d5715996ea085a0dde6 (diff) | |
download | alps-86579bb4781c559917d9495eeb982137ade04bac.tar.gz alps-86579bb4781c559917d9495eeb982137ade04bac.zip |
Remove async SMTP queue
Diffstat (limited to 'themes/alps')
-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 }} |