From 8bd3238a3b3af60c82f2a92c93e0462f6bc2ab2c Mon Sep 17 00:00:00 2001 From: jbpenrath Date: Mon, 27 Jul 2026 10:49:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84(frontend)=20hide=20sent=20folder?= =?UTF-8?q?=20stats?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Do not fetch stats for sent folder. --- .../components/mailbox-panel/components/mailbox-list/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/features/layouts/components/mailbox-panel/components/mailbox-list/index.tsx b/src/frontend/src/features/layouts/components/mailbox-panel/components/mailbox-list/index.tsx index a57c7f0f..029ca378 100644 --- a/src/frontend/src/features/layouts/components/mailbox-panel/components/mailbox-list/index.tsx +++ b/src/frontend/src/features/layouts/components/mailbox-panel/components/mailbox-list/index.tsx @@ -158,7 +158,7 @@ export const MAILBOX_FOLDERS = () => [ name: i18n.t("Sent"), icon: "outbox", searchable: true, - showStats: true, + showStats: false, filter: { has_sender: "1", has_delivery_pending: "0"