mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-24 02:46:24 +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:
@@ -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