From 1dcb11643c783096e1b52bf48d6b76121504e6bd Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 19 May 2022 15:14:36 +0200 Subject: CLI skeleton --- src/mailbox.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/mailbox.rs') diff --git a/src/mailbox.rs b/src/mailbox.rs index 44b9f95..8a90eb1 100644 --- a/src/mailbox.rs +++ b/src/mailbox.rs @@ -21,10 +21,7 @@ pub struct Mailbox { } impl Mailbox { - pub async fn new( - creds: &Credentials, - name: String, - ) -> Result { + pub async fn new(creds: &Credentials, name: String) -> Result { let uid_index = Bayou::::new(creds, name.clone())?; Ok(Self { -- cgit v1.2.3