Navigation Menu

Skip to content

Commit

Permalink
Had an extra IMAP check being sent to the server when setting the flags
Browse files Browse the repository at this point in the history
  • Loading branch information
mronge committed Sep 10, 2012
1 parent d392964 commit 6e5e72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/CTCoreFolder.m
Expand Up @@ -588,7 +588,7 @@ - (BOOL)setFlags:(NSUInteger)flags forMessage:(CTCoreMessage *)msg {
self.lastError = MailCoreCreateErrorFromIMAPCode(err);
return NO;
}
return [self check];
return YES;
}


Expand Down

0 comments on commit 6e5e72d

Please sign in to comment.