Monotone-Parent: 95af248444f21e7a45c7f512247840f4bf84e4bb

Monotone-Revision: f6a2b7a59b97cc24c9e22e0a5b0e131bdcf23204

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-12-10T19:24:07
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Francis Lachapelle 2008-12-10 19:24:07 +00:00
parent 8d1507cc3a
commit e40e82cde4
1 changed files with 4 additions and 3 deletions

View File

@ -30,10 +30,11 @@
- (BOOL) sequenceShouldBeIncreased
{
NSString *properties[] = {@"organizer", @"startDate", @"endDate", /* vtask:
@"due" */
NSString *properties[] = {@"organizer", @"startDate", @"endDate",
@"due", @"duration",
@"rdate", @"rrule", @"exdate", @"exrule",
@"status", @"summary", @"comment", @"location",
@"status", @"location",
//@"summary", @"comment",
nil};
NSString **currentProperty;
BOOL updateRequired;