mirror of
https://github.com/suitenumerique/messages.git
synced 2026-08-17 21:25:41 +02:00
💄(frontend) hide sent folder stats
Do not fetch stats for sent folder.
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user