diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-11-19 11:24:58 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-11-19 11:24:58 -0500 |
commit | a5d2af2c4ede21871aede2046f428e05d0bcfb14 (patch) | |
tree | 615a44275586ba9dcd2ac37308af313f5326ecf5 /themes | |
parent | cb37df882edc51ed47f4b353ce42eabd80416b19 (diff) | |
download | alps-a5d2af2c4ede21871aede2046f428e05d0bcfb14.tar.gz alps-a5d2af2c4ede21871aede2046f428e05d0bcfb14.zip |
Remove "this email was deleted by another client"
I was on the fence about adding this in the first place. The state of an
email being \Deleted but still in this inbox is unusual, and unlikely to
occur unless the user is already somewhat knowledgable about IMAP and
utilizing power-user-level tooling which could cause the situation to
arise. Alps does not target that kind of user, so this can be hidden.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/alps/mailbox.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/themes/alps/mailbox.html b/themes/alps/mailbox.html index a3a2e6a..c6fd6c9 100644 --- a/themes/alps/mailbox.html +++ b/themes/alps/mailbox.html @@ -70,16 +70,6 @@ <div class="message-list-date {{$classes}}"> {{ .Envelope.Date | humantime }} </div> - {{ else }} - <div class="message-list-checkbox {{$classes}}"> - <input type="checkbox" form="messages-form" disabled readonly> - </div> - <div class="message-list-sender {{$classes}}"></div> - <div class="message-list-flags {{$classes}}"></div> - <div class="message-list-subject {{$classes}}"> - <em>(this email was deleted by another client)</em> - </div> - <div class="message-list-date {{$classes}}"></div> {{ end }} {{ end }} |