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.
This commit is contained in:
Drew DeVault 2020-11-19 11:24:58 -05:00
parent cb37df882e
commit a5d2af2c4e
1 changed files with 0 additions and 10 deletions

View File

@ -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 }}