mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-18 21:15:57 +00:00
(fix) don't mark calendar invitations as read when using EAS and fetching mesasges
This commit is contained in:
@@ -782,7 +782,7 @@ struct GlobalObjectId {
|
||||
iCalCalendar *calendar;
|
||||
NSData *calendarData;
|
||||
|
||||
calendarData = [bodyPart fetchBLOB];
|
||||
calendarData = [bodyPart fetchBLOBWithPeek: YES];
|
||||
calendar = nil;
|
||||
|
||||
NS_DURING
|
||||
|
||||
Reference in New Issue
Block a user