aboutsummaryrefslogtreecommitdiff
path: root/themes/alps/mailbox.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/alps/mailbox.html')
-rw-r--r--themes/alps/mailbox.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/alps/mailbox.html b/themes/alps/mailbox.html
index 9a4c9ce..a3a2e6a 100644
--- a/themes/alps/mailbox.html
+++ b/themes/alps/mailbox.html
@@ -21,7 +21,7 @@
{{ $classes = printf "%s %s" $classes "message-list-deleted" }}
{{ end }}
- {{ if not (.HasFlag "\\Deleted") }}
+ {{ if and (not (.HasFlag "\\Deleted")) .Envelope }}
<div class="message-list-checkbox {{$classes}}">
<input type="checkbox" name="uids" value="{{.Uid}}" form="messages-form">
</div>