(fix) don't mark calendar invitations as read when using EAS and fetching mesasges

This commit is contained in:
Ludovic Marcotte
2016-05-02 10:09:19 -04:00
parent cd89b46c01
commit 9255775ca1

View File

@@ -782,7 +782,7 @@ struct GlobalObjectId {
iCalCalendar *calendar;
NSData *calendarData;
calendarData = [bodyPart fetchBLOB];
calendarData = [bodyPart fetchBLOBWithPeek: YES];
calendar = nil;
NS_DURING