From 47049245d60798bf39ba2ebad810971f190d22db Mon Sep 17 00:00:00 2001 From: "julia.kirschenheuter" Date: Wed, 9 Feb 2022 10:48:25 +0100 Subject: [PATCH] NavigationMailbox.vue has been changed "top" prop has been removed. it is possible to create submailbox inside of submailboxes. Signed-off-by: julia.kirschenheuter --- src/components/NavigationMailbox.vue | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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: '',