diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-11-19 11:17:40 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-11-19 11:17:40 -0500 |
commit | cb37df882edc51ed47f4b353ce42eabd80416b19 (patch) | |
tree | 42b060f231d5d976626f6a04b9e3160f974066f0 /themes/alps/mailbox.html | |
parent | 405c18d21388f1cc6f8b7349186efb3fa44eef87 (diff) | |
download | alps-cb37df882edc51ed47f4b353ce42eabd80416b19.tar.gz alps-cb37df882edc51ed47f4b353ce42eabd80416b19.zip |
Add notices on action completion
Diffstat (limited to 'themes/alps/mailbox.html')
-rw-r--r-- | themes/alps/mailbox.html | 2 |
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> |