mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-21 14:22:44 +00:00
Fix for bug #2806
Monotone-Parent: 1d653d4f984b0eeefbcd5014a68753ef3d761b3c Monotone-Revision: 1de4349e78aa0e2e7b5b5f1107576ae89d90f64e Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-11-05T17:16:35 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -144,6 +144,12 @@
|
||||
[updatedProperties addObject:@"sequence"];
|
||||
if(!IS_EQUAL([_from organizer], [_to organizer], isEqual:))
|
||||
[updatedProperties addObject:@"organizer"];
|
||||
if(!IS_EQUAL([_from recurrenceRules], [_to recurrenceRules], isEqual:))
|
||||
[updatedProperties addObject:@"rrule"];
|
||||
if(!IS_EQUAL([_from exceptionRules], [_to exceptionRules], isEqual:))
|
||||
[updatedProperties addObject:@"exrule"];
|
||||
if(!IS_EQUAL([_from exceptionDates], [_to exceptionDates], isEqual:))
|
||||
[updatedProperties addObject:@"exdate"];
|
||||
}
|
||||
|
||||
- (BOOL)hasChanges {
|
||||
|
||||
Reference in New Issue
Block a user