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"