mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-27 08:00:33 +00:00
feat(calendar): Add CALDAV Mac OS X Sonoma (14) support
This commit is contained in:
@@ -139,7 +139,7 @@ static NSString *inboxFolderName = @"INBOX";
|
||||
// FIXME: Improve MacOSX Ventura support
|
||||
// Check if the problem will be fixed by Apple or if this fix should be kept in the future
|
||||
// Ticket #5639
|
||||
if ([[context request] isMacOSXVenturaCalendarApp]) {
|
||||
if ([[context request] isMacOSXFromVenturaCalendarApp]) {
|
||||
namespace = [namespaceDict objectForKey: @"PERSONAL"];
|
||||
}
|
||||
if (namespace)
|
||||
|
||||
Reference in New Issue
Block a user