Enabled address undelete and purge, now showing systems deleted messages

This commit is contained in:
Deon George
2022-11-19 12:02:13 +11:00
parent 739955d374
commit 5957a25044
6 changed files with 69 additions and 14 deletions

View File

@@ -57,4 +57,9 @@ ol {
/* Fix markdown parser that renders <li><p> */
#content ul:not(.pagination) li p {
margin-left: -1ch;
}
.trashed {
text-decoration: line-through;
color: #3f6982;
}