aboutsummaryrefslogtreecommitdiff
path: root/src/mailbox.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailbox.rs')
-rw-r--r--src/mailbox.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailbox.rs b/src/mailbox.rs
index 204b487..af71b91 100644
--- a/src/mailbox.rs
+++ b/src/mailbox.rs
@@ -10,7 +10,7 @@ use crate::uidindex::*;
pub struct Mailbox {
bucket: String,
- name: String,
+ pub name: String,
key: Key,
k2v: K2vClient,