improve: use calendar icon in message list for messages with '.ics' or 'text/calendar' attachments

This commit is contained in:
Sergey Mosin 2023-07-26 20:01:11 -04:00
parent 49010a70a0
commit 11c616715d
2 changed files with 9 additions and 1 deletions

View file

@ -106,3 +106,6 @@
.icon-check-mark-circle-two::before {
content: "\e073";
}
.icon-file-calendar::before {
content: "📅";
}