mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 22:46:29 +03:00
Schedule resync on UID validity change
This commit is contained in:
committed by
link2xt
parent
e33f6c1c85
commit
c7d72d64cc
@@ -679,6 +679,7 @@ impl Imap {
|
||||
|
||||
self.set_config_last_seen_uid(context, &folder, new_uid_validity, new_last_seen_uid)
|
||||
.await;
|
||||
job::schedule_resync(context).await;
|
||||
info!(
|
||||
context,
|
||||
"uid/validity change: new {}/{} current {}/{}",
|
||||
|
||||
Reference in New Issue
Block a user