diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-09 17:40:23 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-09 17:40:23 +0100 |
commit | 6e798b90f590e21bb68535f0431fc547e5e2390c (patch) | |
tree | 6c1f76c49d712836db3bd2772d34ac473ecabe12 /src/imap/command/selected.rs | |
parent | 5dfa02e381154c03adee33262e247797d9a2f8ff (diff) | |
download | aerogramme-6e798b90f590e21bb68535f0431fc547e5e2390c.tar.gz aerogramme-6e798b90f590e21bb68535f0431fc547e5e2390c.zip |
prepare condstore
Diffstat (limited to 'src/imap/command/selected.rs')
-rw-r--r-- | src/imap/command/selected.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imap/command/selected.rs b/src/imap/command/selected.rs index 35c3eb4..c38c5d3 100644 --- a/src/imap/command/selected.rs +++ b/src/imap/command/selected.rs @@ -152,7 +152,7 @@ impl<'a> SelectedContext<'a> { } pub async fn noop(self) -> Result<(Response<'static>, flow::Transition)> { - self.mailbox.0.mailbox.force_sync().await?; + self.mailbox.internal.mailbox.force_sync().await?; let updates = self.mailbox.update().await?; Ok(( |