Improve formatting of SOGoDefaults.plist

pull/190/head
Francis Lachapelle 2016-01-27 10:39:49 -05:00
parent 5e60a68634
commit 5a927dfeb3
1 changed files with 24 additions and 1 deletions

View File

@ -97,7 +97,30 @@
SOGoCalendarCategories = ("Customer", "Calls", "Favorites", "Meeting", "Ideas", "Miscellaneous", "Birthday", "Anniversary", "Vacation", "Travel", "Projects", "Suppliers", "Gifts", "Clients", "Issues", "Business", "Holidays", "Personal", "Status", "Competition", "Follow up", "Public Holiday");
SOGoCalendarCategoriesColors = { "Customer" = "#F0F0F0"; "Calls" = "#F0F0F0"; "Favorites" = "#F0F0F0"; "Meeting" = "#F0F0F0"; "Ideas" = "#F0F0F0"; "Miscellaneous" = "#F0F0F0"; "Birthday" = "#F0F0F0"; "Anniversary" = "#F0F0F0"; "Vacation" = "#F0F0F0"; "Travel" = "#F0F0F0"; "Projects" = "#F0F0F0"; "Suppliers" = "#F0F0F0"; "Gifts" = "#F0F0F0"; "Clients" = "#F0F0F0"; "Issues" = "#F0F0F0"; "Business" = "#F0F0F0"; "Holidays" = "#F0F0F0"; "Personal" = "#F0F0F0"; "Status" = "#F0F0F0"; "Competition" = "#F0F0F0"; "Follow up" = "#F0F0F0"; "Public Holiday" = "#F0F0F0"; };
SOGoCalendarCategoriesColors = {
"Customer" = "#F0F0F0";
"Calls" = "#F0F0F0";
"Favorites" = "#F0F0F0";
"Meeting" = "#F0F0F0";
"Ideas" = "#F0F0F0";
"Miscellaneous" = "#F0F0F0";
"Birthday" = "#F0F0F0";
"Anniversary" = "#F0F0F0";
"Vacation" = "#F0F0F0";
"Travel" = "#F0F0F0";
"Projects" = "#F0F0F0";
"Suppliers" = "#F0F0F0";
"Gifts" = "#F0F0F0";
"Clients" = "#F0F0F0";
"Issues" = "#F0F0F0";
"Business" = "#F0F0F0";
"Holidays" = "#F0F0F0";
"Personal" = "#F0F0F0";
"Status" = "#F0F0F0";
"Competition" = "#F0F0F0";
"Follow up" = "#F0F0F0";
"Public Holiday" = "#F0F0F0";
};
SOGoSubscriptionFolderFormat = "%{FolderName} (%{UserName} <%{Email}>)";
}