Skip to content

Commit

Permalink
allow starting new import in case of import error
Browse files Browse the repository at this point in the history
  • Loading branch information
jomapp committed Jan 9, 2025
1 parent 3050313 commit 7dad473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mail-app/mail/import/MailImporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export class MailImporter {
this.uiStatus === UiImportStatus.Pausing ||
this.uiStatus === UiImportStatus.Paused ||
this.uiStatus === UiImportStatus.Cancelling ||
this.uiStatus === UiImportStatus.Error
this.uiStatus === UiImportStatus.Resuming
)
}

Expand Down

0 comments on commit 7dad473

Please sign in to comment.