mirror of
https://github.com/chatmail/core.git
synced 2026-08-11 17:48:05 +03:00
refactor: remove TODO
This commit is contained in:
@@ -421,7 +421,6 @@ impl Context {
|
||||
// If not supported by the provider,
|
||||
// just skip the "quota" section.
|
||||
if !matches!(e, crate::quota::Error::NotSupportedByProvider) {
|
||||
// TODO translate "Quota".
|
||||
ret += &format!("Quota: {}", &*escaper::encode_minimal(&e.to_string()));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user