From d4fd1c1fe2d057cdc809fefcb567f89c1df02bda Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 22 Oct 2020 13:28:11 -0400 Subject: Add message flags to mailbox page --- themes/alps/mailbox.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'themes/alps/mailbox.html') diff --git a/themes/alps/mailbox.html b/themes/alps/mailbox.html index fca34ba..b78a6e1 100644 --- a/themes/alps/mailbox.html +++ b/themes/alps/mailbox.html @@ -53,6 +53,28 @@ {{ end }} {{ end }} +
+ {{if .Attachments}}📎{{end}} + {{if .HasFlag "\\Answered"}}↩{{end}} + {{if .HasFlag "$Forwarded"}}↪{{end}} +
+ + {{ if .HasFlag "\\Flagged" -}} + + {{ else }} + + {{ end }} + + + +
+
{{if .Envelope.Subject}} @@ -70,6 +92,7 @@
+
(this email was deleted by another client)
-- cgit v1.2.3