melib: add missing cfg attribute for NNTP

memfd
Manos Pitsidianakis 2020-08-01 23:40:36 +03:00
parent 522f667350
commit 2b3949ddb2
Signed by: Manos Pitsidianakis
GPG Key ID: 73627C2F690DF710
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ pub mod mbox;
pub use self::imap::ImapType;
#[cfg(feature = "jmap_backend")]
pub use self::jmap::JmapType;
#[cfg(feature = "imap_backend")]
pub use self::nntp::NntpType;
use crate::async_workers::*;
use crate::conf::AccountSettings;