💄(frontend) hide sent folder stats

Do not fetch stats for sent folder.
This commit is contained in:
jbpenrath
2026-08-05 16:46:13 +02:00
parent 73d4f46514
commit 8bd3238a3b
@@ -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"