mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 14:28:52 +00:00
Monotone-Parent: b3ec0cfe7976ab501f5ae8da536145c87f9c32a8
Monotone-Revision: 07730dab75f3e59711482acaf62c0d6b6ef56a5e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-26T00:22:06 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -142,7 +142,7 @@ static NSNumber *distantFutureNumber = nil;
|
||||
if ([status isNotNull]) {
|
||||
int code = 1;
|
||||
|
||||
if ([status isEqualToString:@"TENTATIVE"]
|
||||
if ([status isEqualToString:@"TENTATIVE"])
|
||||
code = 0;
|
||||
else if ([status isEqualToString:@"CANCELLED"])
|
||||
code = 2;
|
||||
|
||||
Reference in New Issue
Block a user