diff --git a/src/components/NavigationMailbox.vue b/src/components/NavigationMailbox.vue index 3f88335a37..695277b076 100644 --- a/src/components/NavigationMailbox.vue +++ b/src/components/NavigationMailbox.vue @@ -55,7 +55,7 @@ {{ t('mail', 'Mark all messages of this mailbox as read') }} {{ t('mail', 'Add submailbox') }} @@ -125,8 +125,7 @@ v-for="subMailbox in subMailboxes" :key="genId(subMailbox)" :account="account" - :mailbox="subMailbox" - :top="false" /> + :mailbox="subMailbox" /> @@ -171,10 +170,6 @@ export default { type: Object, required: true, }, - top: { - type: Boolean, - default: true, - }, filter: { type: String, default: '',