From ab098168760405dd4804331a6b8d36c62973c6c9 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 9 Mar 2017 11:19:05 +0100 Subject: bring back outbox --- components/mail/contents/ui/Mail.qml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'components/mail') diff --git a/components/mail/contents/ui/Mail.qml b/components/mail/contents/ui/Mail.qml index c400d8f3..ff0e8c5c 100644 --- a/components/mail/contents/ui/Mail.qml +++ b/components/mail/contents/ui/Mail.qml @@ -252,7 +252,7 @@ Controls2.ApplicationWindow { anchors { top: accountName.bottom topMargin: Kirigami.Units.smallSpacing - bottom: parent.bottom + bottom: outbox.top left: parent.left right: parent.right } @@ -260,6 +260,16 @@ Controls2.ApplicationWindow { focus: true accountId: accountSwitcher.accountId } + + KubeComponents.Outbox { + id: outbox + + anchors { + bottom: parent.bottom + left: parent.left + right: parent.right + } + } } KubeComponents.MailListView { -- cgit v1.2.3