summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/kube/contents/ui/Kube.qml22
1 files changed, 0 insertions, 22 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml
index 41e970c6..979f7bd5 100644
--- a/components/kube/contents/ui/Kube.qml
+++ b/components/kube/contents/ui/Kube.qml
@@ -89,15 +89,6 @@ Controls2.ApplicationWindow {
89 //END ActionHandler 89 //END ActionHandler
90 90
91 //Controller 91 //Controller
92 Kube.MailController {
93 id: mailController
94 Binding on threadLeader {
95 //!! checks for the availability of the type
96 when: !!mailListView.currentMail
97 value: mailListView.currentMail
98 }
99 }
100
101 Kube.FolderController { 92 Kube.FolderController {
102 id: folderController 93 id: folderController
103 Binding on folder { 94 Binding on folder {
@@ -119,19 +110,6 @@ Controls2.ApplicationWindow {
119 onActivated: folderController.synchronizeAction.execute() 110 onActivated: folderController.synchronizeAction.execute()
120 enabled: folderController.synchronizeAction.enabled 111 enabled: folderController.synchronizeAction.enabled
121 } 112 }
122 Shortcut {
123 sequence: StandardKey.Delete
124 onActivated: mailController.moveToTrashAction.execute()
125 enabled: mailController.moveToTrashAction.enabled
126 }
127 Shortcut {
128 sequence: StandardKey.MoveToNextLine
129 onActivated: mailListView.currentIndex++
130 }
131 Shortcut {
132 sequence: StandardKey.MoveToPreviousLine
133 onActivated: mailListView.currentIndex--
134 }
135 //END Shortcuts 113 //END Shortcuts
136 114
137 //BEGIN background 115 //BEGIN background