Mail update source.

This commit is contained in:
Burak Kaan Köse
2026-01-27 21:21:04 +01:00
parent b343152f14
commit 0eba778158
10 changed files with 35 additions and 16 deletions
+1 -1
View File
@@ -543,7 +543,7 @@ public class MailService : BaseDatabaseService, IMailService
await Connection.UpdateAsync(mailCopy, typeof(MailCopy)).ConfigureAwait(false);
ReportUIChange(new MailUpdatedMessage(mailCopy));
ReportUIChange(new MailUpdatedMessage(mailCopy, MailUpdateSource.Server));
}
private async Task DeleteMailInternalAsync(MailCopy mailCopy, bool preserveMimeFile)