summaryrefslogtreecommitdiffstats
path: root/applications/kmail-quick/package/contents/ui/FolderListView.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2015-12-09 19:46:13 +0100
committerMichael Bohlender <michael.bohlender@kdemail.net>2015-12-09 19:46:13 +0100
commitd148e90c04c4c0f2df290942c7711f159b7ba148 (patch)
treea889e45c41db0242da6db0934420a8a7d3128f2f /applications/kmail-quick/package/contents/ui/FolderListView.qml
parent9f7c076d242889c97955e2489e414aaca8058d68 (diff)
downloadkube-d148e90c04c4c0f2df290942c7711f159b7ba148.tar.gz
kube-d148e90c04c4c0f2df290942c7711f159b7ba148.zip
introduce slots to set special queries and adjust folderlsitview accordingly
Diffstat (limited to 'applications/kmail-quick/package/contents/ui/FolderListView.qml')
-rw-r--r--applications/kmail-quick/package/contents/ui/FolderListView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/kmail-quick/package/contents/ui/FolderListView.qml b/applications/kmail-quick/package/contents/ui/FolderListView.qml
index f451eaee..b7d91253 100644
--- a/applications/kmail-quick/package/contents/ui/FolderListView.qml
+++ b/applications/kmail-quick/package/contents/ui/FolderListView.qml
@@ -67,7 +67,7 @@ Item {
67 enabled: true 67 enabled: true
68 68
69 onClicked: { 69 onClicked: {
70 mailList.folderId = model.id 70 mailList.folderId.loadMailFolder(model.id)
71 } 71 }
72 72
73 PlasmaCore.IconItem { 73 PlasmaCore.IconItem {