mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
Monotone-Parent: 95af248444f21e7a45c7f512247840f4bf84e4bb
Monotone-Revision: f6a2b7a59b97cc24c9e22e0a5b0e131bdcf23204 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-12-10T19:24:07 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user