Skip to content

Commit c7d72d6

Browse files
Alexander Krotovlink2xt
Alexander Krotov
authored and
link2xt
committed
Schedule resync on UID validity change
1 parent e33f6c1 commit c7d72d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/imap/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,7 @@ impl Imap {
679679

680680
self.set_config_last_seen_uid(context, &folder, new_uid_validity, new_last_seen_uid)
681681
.await;
682+
job::schedule_resync(context).await;
682683
info!(
683684
context,
684685
"uid/validity change: new {}/{} current {}/{}",

0 commit comments

Comments
 (0)