Monotone-Parent: e198027d57649c8c9df73ce499a03bd20def6857

Monotone-Revision: cf5dbcfeb54d6ec004ff08361ffb854966336b90

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-01-11T23:30:53
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2011-01-11 23:30:53 +00:00
parent c78206d678
commit 8785f4e7b8
2 changed files with 5 additions and 1 deletions

View file

@ -6,6 +6,10 @@
2011-01-11 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreTasksMessageTable.m
(-getChildProperty:forKey:withTag:): fixed typo affecting
PidLidTaskStatus.
* OpenChange/MAPIStoreContext.m (-openMessage:withMID:inFID:):
create a message dictionary in the message cache in order to
enable modifications.

View file

@ -132,7 +132,7 @@
task = [[self lookupChild: childKey] component: NO secure: NO];
status = [task status];
if (![status length]
|| [status isEqualToString: @"NEEDS-ACTIONS"])
|| [status isEqualToString: @"NEEDS-ACTION"])
statusValue = 0;
else if ([status isEqualToString: @"IN-PROCESS"])
statusValue = 1;