From 6fc74a0906397233afdc1e5a40e608f7c11576d3 Mon Sep 17 00:00:00 2001 From: boban Date: Tue, 21 Oct 2025 20:00:08 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20Mailbox=20Stats=20=C3=BCber=20Dovecot=20?= =?UTF-8?q?mit=20config/mailpool.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Console/Commands/UpdateMailboxStats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/UpdateMailboxStats.php b/app/Console/Commands/UpdateMailboxStats.php index d68751e..64cc982 100644 --- a/app/Console/Commands/UpdateMailboxStats.php +++ b/app/Console/Commands/UpdateMailboxStats.php @@ -65,7 +65,7 @@ class UpdateMailboxStats extends Command if ($messageCount === null) { $messageCount = $this->countViaFilesystem($maildir); } - + // optional: in Settings/Redis cachen (für UI) Setting::set("mailbox.{$email}", [ 'used_bytes' => (int)$usedBytes,