Skip to content

Commit 15b117d

Browse files
committed
Do not try to get UID validity of inbox during configuration
1 parent 94cecad commit 15b117d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/configure.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -566,12 +566,6 @@ async fn configure(ctx: &Context, param: &EnteredLoginParam) -> Result<Option<&'
566566
imap.configure_folders(ctx, &mut imap_session, create_mvbox)
567567
.await?;
568568

569-
let create = true;
570-
imap_session
571-
.select_with_uidvalidity(ctx, "INBOX", create)
572-
.await
573-
.context("could not read INBOX status")?;
574-
575569
drop(imap);
576570

577571
progress!(ctx, 910);

0 commit comments

Comments
 (0)