diff --git a/ChangeLog b/ChangeLog index 2a7273d57..869bdac3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-08-13 Wolfgang Sourdeau + + * OpenChange/MAPIStoreMailFolder.m (-supportsSubFolders): + overriden method to return YES. + 2012-08-12 Wolfgang Sourdeau * OpenChange/MAPIStoreMailFolder.m (-moveToFolder:withName:): if diff --git a/OpenChange/MAPIStoreMailFolder.m b/OpenChange/MAPIStoreMailFolder.m index a415a814e..ec88180e4 100644 --- a/OpenChange/MAPIStoreMailFolder.m +++ b/OpenChange/MAPIStoreMailFolder.m @@ -397,6 +397,11 @@ static Class SOGoMailFolderK, MAPIStoreMailFolderK, MAPIStoreOutboxFolderK; return permissionEntries; } +- (BOOL) supportsSubFolders +{ + return YES; +} + /* synchronisation */ /* Tree: