mirror of
https://github.com/chatmail/core.git
synced 2026-05-16 21:36:30 +03:00
Add scripts/codespell.sh and spellcheck
This commit is contained in:
@@ -68,7 +68,7 @@ async fn get_unique_quota_roots_and_usage(
|
||||
.cloned()
|
||||
.context("quota_root should have a quota")?;
|
||||
// replace old quotas, because between fetching quotaroots for folders,
|
||||
// messages could be recieved and so the usage could have been changed
|
||||
// messages could be received and so the usage could have been changed
|
||||
*unique_quota_roots
|
||||
.entry(quota_root_name.clone())
|
||||
.or_insert_with(Vec::new) = quota.resources;
|
||||
|
||||
Reference in New Issue
Block a user