fix(mail): add default label & color for $forwarded flag

Fixes #5534
This commit is contained in:
Francis Lachapelle
2022-06-10 08:25:54 -04:00
parent bd40b95f70
commit 580a73c857
2 changed files with 2 additions and 0 deletions

View File

@@ -139,6 +139,7 @@
$label3 = ("Personal", "#009900");
$label4 = ("To Do", "#3333FF");
$label5 = ("Later", "#993399");
$forwarded = ("Forwarded", "#B01FE3");
$mdnsent = ("Return Receipt Sent", "#006600");
};

View File

@@ -106,6 +106,7 @@
"Personal" = "Personal";
"To Do" = "To Do";
"Later" = "Later";
"Forwarded" = "Forwarded";
"Return Receipt Sent" = "Return Receipt Sent";
"a2_Sunday" = "Su";
"a2_Monday" = "Mo";