Add initial mail sync range selection
This commit is contained in:
@@ -997,7 +997,12 @@ public partial class ImapCalDavSettingsPageViewModel : MailBaseViewModel
|
||||
SpecialImapProvider = _editingSpecialImapProvider,
|
||||
IsCalendarAccessGranted = mode != ImapCalendarSupportMode.Disabled
|
||||
},
|
||||
new AccountCreationDialogResult(MailProviderType.IMAP4, DisplayName.Trim(), providerDetails, string.Empty));
|
||||
new AccountCreationDialogResult(
|
||||
MailProviderType.IMAP4,
|
||||
DisplayName.Trim(),
|
||||
providerDetails,
|
||||
string.Empty,
|
||||
_wizardContext.SelectedInitialSynchronizationRange));
|
||||
|
||||
if (serverInformation == null)
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user