From a5d2af2c4ede21871aede2046f428e05d0bcfb14 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 19 Nov 2020 11:24:58 -0500 Subject: 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. --- themes/alps/mailbox.html | 10 ---------- 1 file changed, 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 @@
{{ .Envelope.Date | humantime }}
- {{ else }} -
- -
-
-
-
- (this email was deleted by another client) -
-
{{ end }} {{ end }} -- cgit v1.2.3