Small fixes

This commit is contained in:
Aleh Khantsevich
2024-04-30 00:56:00 +02:00
parent b356475741
commit 183873afff
2 changed files with 4 additions and 5 deletions

View File

@@ -53,7 +53,6 @@ namespace Wino.Core.Integration.Threading
var threadItems = (await GetThreadItemsAsync(potentiallyThreadedMails.Select(x => (x.ThreadId, x.AssignedFolder)).ToList(), assignedAccount.Id, sentFolder.Id, draftFolder.Id))
.GroupBy(x => x.ThreadId);
var folderCache = new Dictionary<Guid, MailItemFolder>();
foreach (var threadItem in threadItems)
{
if (threadItem.Count() == 1)