oc-mailfolder: Get seen flag directly from message in preloading

To avoid a loop and a server-call.

We are not using body.peek[text] directly because bodyContentPart message
is explicitly avoiding it.
This commit is contained in:
Enrique J. Hernández Blasco
2014-10-07 12:37:23 +02:00
committed by Julio García
parent 7e0cddc06b
commit d076e04ad4
3 changed files with 21 additions and 21 deletions
+1
View File
@@ -73,6 +73,7 @@
/* batch-mode helpers */
- (NSString *) bodyContentPartKey;
- (void) setBodyContentFromRawData: (NSData *) rawContent;
- (BOOL) read; /* Unseen from sogoObject */
@end