mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-25 13:25:28 +00:00
feat(carddav): fix issue where only personal contacts can be synced on macOS (#1981). When , append the addressbook name as a username suffix to force macOS to treat each book as a distinct account. Usernames must not contain . Install via the provisioning profile. Closes #6033.
This commit is contained in:
@@ -62,6 +62,7 @@ static const NSString *kDisableSharingCalendar = @"Calendar";
|
||||
- (BOOL) isCalendarDAVAccessEnabled;
|
||||
- (BOOL) isCalendarJitsiLinkEnabled;
|
||||
- (BOOL) isAddressBookDAVAccessEnabled;
|
||||
- (BOOL) carddavSingleAddressBookProfile;
|
||||
|
||||
- (BOOL) enableEMailAlarms;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user