summaryrefslogtreecommitdiffstats
path: root/melib/src/lib.rs
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2019-12-11 00:15:36 +0200
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-12-11 00:15:36 +0200
commit6f76cd9acc45f1ef1c7eee224b530e5e34a91860 (patch)
tree5ddb16596c46bef7d2634bcf0db2acbf720f3af6 /melib/src/lib.rs
parentbce97d71bb62c18f972720264a1840bafc62687d (diff)
melib: add special_usage() method to BackendFolder
Eventually after loading potential usage values from configuration, backends will be able to change the usage values themselves. IMAP and JMAP have the ability to set Mailbox roles (IMAP needs LIST-SPECIAL extension
Diffstat (limited to 'melib/src/lib.rs')
-rw-r--r--melib/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/melib/src/lib.rs b/melib/src/lib.rs
index 84361f1d..0ff5c75a 100644
--- a/melib/src/lib.rs
+++ b/melib/src/lib.rs
@@ -141,7 +141,7 @@ extern crate uuid;
pub use crate::conf::*;
pub use crate::mailbox::*;
-pub use crate::backends::{Backends, RefreshEvent, RefreshEventConsumer, SpecialUseMailbox};
+pub use crate::backends::{Backends, RefreshEvent, RefreshEventConsumer, SpecialUsageMailbox};
pub use crate::email::{Envelope, Flag};
pub use crate::error::{MeliError, Result};