From e2ce3587ffbf988b8171dec0116add8686eaa067 Mon Sep 17 00:00:00 2001 From: iequidoo Date: Thu, 7 May 2026 07:43:00 -0400 Subject: [PATCH] docs: Remove outdated comment about "quota warning" device message The device message was removed in 7de58f5329115f19d0f03690212752d7db53fdf6. --- src/quota.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/quota.rs b/src/quota.rs index d34ebfcf0..b84874092 100644 --- a/src/quota.rs +++ b/src/quota.rs @@ -66,12 +66,6 @@ impl Context { /// Updates `quota.recent`, sets `quota.modified` to the current time /// 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( &self, session: &mut ImapSession,