diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-10-30 15:21:33 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-10-30 15:21:33 -0400 |
commit | e4daf0778dc4682405017a7cbdc593808257408f (patch) | |
tree | 84628d405bcdf696636a9902d83201387ade4fda /themes/alps/util.html | |
parent | 62e7cf89339ac585bdb72e78d90f0b468916436a (diff) | |
download | alps-e4daf0778dc4682405017a7cbdc593808257408f.tar.gz alps-e4daf0778dc4682405017a7cbdc593808257408f.zip |
Implement mailbox deletion
Diffstat (limited to 'themes/alps/util.html')
-rw-r--r-- | themes/alps/util.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/themes/alps/util.html b/themes/alps/util.html index 5ee456a..64aae3a 100644 --- a/themes/alps/util.html +++ b/themes/alps/util.html @@ -28,13 +28,13 @@ {{ if eq $.GlobalData.URL.Path "/compose" }}active{{ end }} ">Compose mail</a> {{ 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}} - {{ with .Common.Archive }}{{ template "mbox-link" . }}{{ end}} + {{ 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 }} + {{ with .Common.Archive }}{{ template "mbox-link" . }}{{ end }} {{ if .Additional }} <hr /> {{ range .Additional }} |