diff options
Diffstat (limited to 'components/mail')
-rw-r--r-- | components/mail/contents/ui/main.qml | 2 |
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 |