diff --git a/UI/Contacts/GNUmakefile b/UI/Contacts/GNUmakefile index 17ee78603..2e4924638 100644 --- a/UI/Contacts/GNUmakefile +++ b/UI/Contacts/GNUmakefile @@ -20,6 +20,7 @@ ContactsUI_OBJC_FILES = \ UIxContactEditor.m \ UIxContactsListView.m \ UIxContactsListViewContainer.m \ + UIxContactFoldersView.m \ ContactsUI_RESOURCE_FILES += \ Version \ diff --git a/UI/Contacts/product.plist b/UI/Contacts/product.plist index 727b5a5cc..3bde67be8 100644 --- a/UI/Contacts/product.plist +++ b/UI/Contacts/product.plist @@ -8,6 +8,15 @@ }; categories = { + SOGoContactFolders = { + methods = { + view = { + protectedBy = "View"; + pageName = "UIxContactFoldersView"; + }; + }; + }; + SOGoContactFolder = { slots = { toolbar = {