summaryrefslogtreecommitdiffstats
path: root/melib/src/mailbox.rs
diff options
context:
space:
mode:
Diffstat (limited to 'melib/src/mailbox.rs')
-rw-r--r--melib/src/mailbox.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/melib/src/mailbox.rs b/melib/src/mailbox.rs
index a8054409..49cc35c6 100644
--- a/melib/src/mailbox.rs
+++ b/melib/src/mailbox.rs
@@ -29,8 +29,8 @@ pub mod email;
pub use self::email::*;
/* Mail backends. Currently only maildir is supported */
pub mod backends;
-use crate::error::Result;
use self::backends::Folder;
+use crate::error::Result;
pub mod thread;
pub use self::thread::{SortField, SortOrder, ThreadNode, Threads};