aboutsummaryrefslogtreecommitdiff
path: root/src/mail
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-01-08 11:13:13 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-01-08 11:13:13 +0100
commit558e32fbd27be9a81144571b4baf318293be1344 (patch)
tree238e785d2c72dfff6015f78a340246750e45e4a2 /src/mail
parent35fd24ee46d8162cffe3aebcb32d0db1f35bd220 (diff)
downloadaerogramme-558e32fbd27be9a81144571b4baf318293be1344.tar.gz
aerogramme-558e32fbd27be9a81144571b4baf318293be1344.zip
UID sequence are now correctly fetched
Diffstat (limited to 'src/mail')
-rw-r--r--src/mail/snapshot.rs2
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,