mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 03:16:29 +03:00
address @link2xt comment
This commit is contained in:
committed by
Floris Bruynooghe
parent
f7f61e0f85
commit
ea8adf39c2
@@ -113,7 +113,7 @@ impl JobThread {
|
||||
Err(Error::WatchFolderNotFound("not-set".to_string()))
|
||||
}
|
||||
}
|
||||
Err(err) => Err(crate::error::Error::Other(err.to_string())),
|
||||
Err(err) => Err(crate::error::Error::Message(err.to_string())),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user