Some miscellaneous cleanup (#494)

* Updating CONTRIBUTING guidelines

* Adding PackageCertificateKeyFile ref to Calendar proj to allow building on fresh machines

* Adding missing conversions to MailSync type
This commit is contained in:
Benjin Dubishar
2024-12-27 11:27:45 -08:00
committed by GitHub
parent fbc3ca4517
commit 8e129c561d
8 changed files with 19 additions and 14 deletions

View File

@@ -97,7 +97,7 @@ namespace Wino.Services
Type = MailSynchronizationType.FullFolders,
};
WeakReferenceMessenger.Default.Send(new NewSynchronizationRequested(options, SynchronizationSource.Client));
WeakReferenceMessenger.Default.Send(new NewMailSynchronizationRequested(options, SynchronizationSource.Client));
}
}
catch (Exception ex)