mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 18:06:35 +03:00
force folder-reconfigure on dc_configure()
This commit is contained in:
@@ -1078,6 +1078,10 @@ impl Imap {
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
self.configure_folders(context, create_mvbox)
|
||||
}
|
||||
|
||||
pub fn configure_folders(&self, context: &Context, create_mvbox: bool) -> Result<()> {
|
||||
task::block_on(async move {
|
||||
if !self.is_connected().await {
|
||||
return Err(Error::NoConnection);
|
||||
|
||||
Reference in New Issue
Block a user