We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68869e9 commit 1bc4f59Copy full SHA for 1bc4f59
TODO
@@ -1,5 +1,4 @@
1
- remove XUL files that are no longer used
2
-- grep for categories.properties
3
- fix sync toolbar icon not showing
4
- handle X-MOZ-SEND-INVITATIONS-UNDISCLOSED and X-MOZ-SEND-INVITATIONS in SOGo directly
5
- bring back reloadCalendarCache?
chrome/content/sogo-connector/addressbook/categories.js
@@ -45,8 +45,7 @@ let SCContactCategories = {
45
cats = decodeURIComponent(escape(cats));
46
}
47
catch(e) {
48
- let bundle = Services.strings.createBundle("chrome://sogo-connector/locale/preferences/categories.properties");
49
- cats = bundle.GetStringFromName("contacts.categories");
+ cats = [];
50
51
52
return cats;
0 commit comments