mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-04 00:04:19 +00:00
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:
committed by
Julio García
parent
7e0cddc06b
commit
d076e04ad4
@@ -73,6 +73,7 @@
|
||||
/* batch-mode helpers */
|
||||
- (NSString *) bodyContentPartKey;
|
||||
- (void) setBodyContentFromRawData: (NSData *) rawContent;
|
||||
- (BOOL) read; /* Unseen from sogoObject */
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user