diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-02-27 18:33:49 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-02-27 18:33:49 +0100 |
commit | 7f35e68bfe21c61f4da9e37f127dd7abb73291fa (patch) | |
tree | 2889fc4ee0ef7451b22b0c34826e9d0187e8e49f /src/imap/command/selected.rs | |
parent | 9a58a4e932156e0207380bb3b0a93a59864b0e1c (diff) | |
download | aerogramme-7f35e68bfe21c61f4da9e37f127dd7abb73291fa.tar.gz aerogramme-7f35e68bfe21c61f4da9e37f127dd7abb73291fa.zip |
Refactor
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 d000905..eedfbd6 100644 --- a/src/imap/command/selected.rs +++ b/src/imap/command/selected.rs @@ -17,7 +17,7 @@ use crate::imap::command::{anystate, authenticated, MailboxName}; use crate::imap::flow; use crate::imap::mailbox_view::{MailboxView, UpdateParameters}; use crate::imap::response::Response; -use crate::mail::user::User; +use crate::user::User; pub struct SelectedContext<'a> { pub req: &'a Command<'static>, |