Add initial mail sync range selection
This commit is contained in:
@@ -170,6 +170,7 @@ public partial class AccountSetupProgressPageViewModel : MailBaseViewModel
|
||||
try
|
||||
{
|
||||
CustomServerInformation customServerInformation = null;
|
||||
var accountCreatedAt = DateTime.UtcNow;
|
||||
|
||||
// Build account in memory
|
||||
_createdAccount = new MailAccount
|
||||
@@ -179,6 +180,8 @@ public partial class AccountSetupProgressPageViewModel : MailBaseViewModel
|
||||
Name = WizardContext.AccountName,
|
||||
SpecialImapProvider = WizardContext.SelectedProvider.SpecialImapProvider,
|
||||
AccountColorHex = WizardContext.AccountColorHex,
|
||||
CreatedAt = accountCreatedAt,
|
||||
InitialSynchronizationRange = WizardContext.SelectedInitialSynchronizationRange,
|
||||
IsCalendarAccessGranted = true
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user