aboutsummaryrefslogtreecommitdiff
path: root/aero-proto/src/imap/index.rs
diff options
context:
space:
mode:
Diffstat (limited to 'aero-proto/src/imap/index.rs')
-rw-r--r--aero-proto/src/imap/index.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/aero-proto/src/imap/index.rs b/aero-proto/src/imap/index.rs
index 3de46be..afe6991 100644
--- a/aero-proto/src/imap/index.rs
+++ b/aero-proto/src/imap/index.rs
@@ -4,7 +4,7 @@ use anyhow::{anyhow, Result};
use imap_codec::imap_types::sequence::{SeqOrUid, Sequence, SequenceSet};
use aero_collections::mail::uidindex::{ImapUid, ModSeq, UidIndex};
-use aero_collections::mail::unique_ident::UniqueIdent;
+use aero_collections::unique_ident::UniqueIdent;
pub struct Index<'a> {
pub imap_index: Vec<MailIndex<'a>>,