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

pull/207/head
Ludovic Marcotte 2016-05-02 10:09:19 -04:00
parent cd89b46c01
commit 9255775ca1
1 changed files with 1 additions and 1 deletions

View File

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