mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
docs: Remove outdated comment about "quota warning" device message
The device message was removed in 7de58f5329.
This commit is contained in:
@@ -66,12 +66,6 @@ impl Context {
|
|||||||
|
|
||||||
/// Updates `quota.recent`, sets `quota.modified` to the current time
|
/// Updates `quota.recent`, sets `quota.modified` to the current time
|
||||||
/// and emits an event to let the UIs update connectivity view.
|
/// and emits an event to let the UIs update connectivity view.
|
||||||
///
|
|
||||||
/// Moreover, once each time quota gets larger than `QUOTA_WARN_THRESHOLD_PERCENTAGE`,
|
|
||||||
/// a device message is added.
|
|
||||||
/// As the message is added only once, the user is not spammed
|
|
||||||
/// in case for some providers the quota is always at ~100%
|
|
||||||
/// and new space is allocated as needed.
|
|
||||||
pub(crate) async fn update_recent_quota(
|
pub(crate) async fn update_recent_quota(
|
||||||
&self,
|
&self,
|
||||||
session: &mut ImapSession,
|
session: &mut ImapSession,
|
||||||
|
|||||||
Reference in New Issue
Block a user