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
+8
View File
@@ -1598,4 +1598,12 @@ _compareBodyKeysByPriority (id entry1, id entry2, void *data)
}
}
- (BOOL) read
{
if (!headerSetup)
[self _fetchHeaderData];
return [sogoObject read];
}
@end