From 580a73c8576cd56bf4ec62d7d108d3bfb7b80545 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 10 Jun 2022 08:25:54 -0400 Subject: [PATCH] fix(mail): add default label & color for $forwarded flag Fixes #5534 --- SoObjects/SOGo/SOGoDefaults.plist | 1 + UI/Common/English.lproj/Localizable.strings | 1 + 2 files changed, 2 insertions(+) diff --git a/SoObjects/SOGo/SOGoDefaults.plist b/SoObjects/SOGo/SOGoDefaults.plist index 9ba853590..f310e2bbf 100644 --- a/SoObjects/SOGo/SOGoDefaults.plist +++ b/SoObjects/SOGo/SOGoDefaults.plist @@ -139,6 +139,7 @@ $label3 = ("Personal", "#009900"); $label4 = ("To Do", "#3333FF"); $label5 = ("Later", "#993399"); + $forwarded = ("Forwarded", "#B01FE3"); $mdnsent = ("Return Receipt Sent", "#006600"); }; diff --git a/UI/Common/English.lproj/Localizable.strings b/UI/Common/English.lproj/Localizable.strings index 306bdd149..5c80a2477 100644 --- a/UI/Common/English.lproj/Localizable.strings +++ b/UI/Common/English.lproj/Localizable.strings @@ -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";