diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-08 11:13:13 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-08 11:13:13 +0100 |
commit | 558e32fbd27be9a81144571b4baf318293be1344 (patch) | |
tree | 238e785d2c72dfff6015f78a340246750e45e4a2 /src/mail/snapshot.rs | |
parent | 35fd24ee46d8162cffe3aebcb32d0db1f35bd220 (diff) | |
download | aerogramme-558e32fbd27be9a81144571b4baf318293be1344.tar.gz aerogramme-558e32fbd27be9a81144571b4baf318293be1344.zip |
UID sequence are now correctly fetched
Diffstat (limited to 'src/mail/snapshot.rs')
-rw-r--r-- | src/mail/snapshot.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mail/snapshot.rs b/src/mail/snapshot.rs index 0834f09..ed756b5 100644 --- a/src/mail/snapshot.rs +++ b/src/mail/snapshot.rs @@ -11,8 +11,6 @@ use super::unique_ident::UniqueIdent; /// state that is desynchronized with the real mailbox state. /// It's up to the user to choose when their snapshot must be updated /// to give useful information to their clients -/// -/// pub struct FrozenMailbox { pub mailbox: Arc<Mailbox>, pub snapshot: UidIndex, |