aboutsummaryrefslogtreecommitdiff
path: root/src/imap/command/selected.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/imap/command/selected.rs')
-rw-r--r--src/imap/command/selected.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/imap/command/selected.rs b/src/imap/command/selected.rs
index 4e3ff2f..cfc40c3 100644
--- a/src/imap/command/selected.rs
+++ b/src/imap/command/selected.rs
@@ -11,7 +11,6 @@ use crate::imap::command::authenticated;
use crate::imap::flow;
use crate::imap::mailbox_view::MailboxView;
-use crate::mail::mailbox::Mailbox;
use crate::mail::user::User;
pub struct SelectedContext<'a> {