mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 18:35:25 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user