Skip to content

Commit

Permalink
fix(mail): add default label & color for $forwarded flag
Browse files Browse the repository at this point in the history
Fixes #5534
  • Loading branch information
cgx committed Jun 10, 2022
1 parent bd40b95 commit 580a73c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions SoObjects/SOGo/SOGoDefaults.plist
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
$label3 = ("Personal", "#009900");
$label4 = ("To Do", "#3333FF");
$label5 = ("Later", "#993399");
$forwarded = ("Forwarded", "#B01FE3");
$mdnsent = ("Return Receipt Sent", "#006600");
};

Expand Down
1 change: 1 addition & 0 deletions UI/Common/English.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 580a73c

Please sign in to comment.