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:
@@ -318,7 +318,7 @@ namespace Wino.Mail.ViewModels
|
||||
Type = MailSynchronizationType.FullFolders
|
||||
};
|
||||
|
||||
Messenger.Send(new NewSynchronizationRequested(options, SynchronizationSource.Client));
|
||||
Messenger.Send(new NewMailSynchronizationRequested(options, SynchronizationSource.Client));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -891,7 +891,7 @@ namespace Wino.Mail.ViewModels
|
||||
Type = MailSynchronizationType.FullFolders,
|
||||
};
|
||||
|
||||
Messenger.Send(new NewSynchronizationRequested(options, SynchronizationSource.Client));
|
||||
Messenger.Send(new NewMailSynchronizationRequested(options, SynchronizationSource.Client));
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user