mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-25 13:25:28 +00:00
Monotone-Parent: 31807da18a3cf3d8905fa495f3a96075ee5bfa36
Monotone-Revision: 3773ee4ff0af58d57aae68dc6e314c7d9fd6e0d5 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-30T14:28:54
This commit is contained in:
@@ -131,7 +131,8 @@
|
||||
|
||||
- (BOOL) isICal
|
||||
{
|
||||
return [self isAppleDAVWithSubstring: @"Mac OS X/10."];
|
||||
return ([self isAppleDAVWithSubstring: @"Mac OS X/10."]
|
||||
|| [self isAppleDAVWithSubstring: @"CoreDAV/"]);
|
||||
}
|
||||
|
||||
//
|
||||
@@ -140,8 +141,9 @@
|
||||
//
|
||||
- (BOOL) isICal4
|
||||
{
|
||||
return ([self isAppleDAVWithSubstring: @"iCal/4."] ||
|
||||
[self isAppleDAVWithSubstring: @"iCal/5."]);
|
||||
return ([self isAppleDAVWithSubstring: @"iCal/4."]
|
||||
|| [self isAppleDAVWithSubstring: @"iCal/5."]
|
||||
|| [self isAppleDAVWithSubstring: @"CoreDAV/"]);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user