Fixed an issue where disabled folders causing an exception on forced sync.
This commit is contained in:
@@ -320,9 +320,12 @@ namespace Wino.Core.Synchronizers.Mail
|
|||||||
|
|
||||||
if (cancellationToken.IsCancellationRequested) return MailSynchronizationResult.Canceled;
|
if (cancellationToken.IsCancellationRequested) return MailSynchronizationResult.Canceled;
|
||||||
|
|
||||||
|
if (folderDownloadedMessageIds != null)
|
||||||
|
{
|
||||||
downloadedMessageIds.AddRange(folderDownloadedMessageIds);
|
downloadedMessageIds.AddRange(folderDownloadedMessageIds);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
PublishSynchronizationProgress(100);
|
PublishSynchronizationProgress(100);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user