melib: Make ModSequence publicly accessible

This way it can be imported from this namespace in depending code.
pull/318/head
Andrei Zisu 2021-01-31 23:04:07 +01:00 committed by Manos Pitsidianakis
parent ed8a5de2cb
commit 77a8d9e2c2
Signed by: Manos Pitsidianakis
GPG Key ID: 7729C7707F7E09D0
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@ use std::{
};
#[cfg(feature = "sqlite3")]
use cache::ImapCacheReset;
use cache::ModSequence;
pub use cache::ImapCacheReset;
pub use cache::ModSequence;
use futures::{lock::Mutex as FutureMutex, stream::Stream};
use imap_codec::imap_types::{
command::CommandBody,