summaryrefslogtreecommitdiffstats
path: root/components/mail/contents/ui/main.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-01-05 11:05:40 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-01-05 11:05:40 +0100
commit303248a7da2e671f69aa1a7308a1625492c3459b (patch)
treeb5d17efd538d674c6af6a522583f06f31919231c /components/mail/contents/ui/main.qml
parent7d8b069fb61cff1f5dc3206c31cd9c6664d39dc5 (diff)
downloadkube-303248a7da2e671f69aa1a7308a1625492c3459b.tar.gz
kube-303248a7da2e671f69aa1a7308a1625492c3459b.zip
Filter folders by account
Diffstat (limited to 'components/mail/contents/ui/main.qml')
-rw-r--r--components/mail/contents/ui/main.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/mail/contents/ui/main.qml b/components/mail/contents/ui/main.qml
index 5fe8581f..252cac5b 100644
--- a/components/mail/contents/ui/main.qml
+++ b/components/mail/contents/ui/main.qml
@@ -138,6 +138,7 @@ Controls2.ApplicationWindow {
138 Layout.maximumWidth: app.width * 0.25 138 Layout.maximumWidth: app.width * 0.25
139 Layout.minimumWidth: Kirigami.Units.gridUnit * 5 139 Layout.minimumWidth: Kirigami.Units.gridUnit * 5
140 focus: true 140 focus: true
141 accountId: accountSwitcher.accountId
141 } 142 }
142 143
143 KubeComponents.MailListView { 144 KubeComponents.MailListView {
@@ -181,6 +182,7 @@ Controls2.ApplicationWindow {
181 width: folderListView.width - 5 //to adjust for the toolbar spacing 182 width: folderListView.width - 5 //to adjust for the toolbar spacing
182 183
183 KubeComponents.AccountSwitcher { 184 KubeComponents.AccountSwitcher {
185 id: accountSwitcher
184 } 186 }
185 } 187 }
186 //END Folderlist section 188 //END Folderlist section