diff options
Diffstat (limited to 'framework/qml/ConversationView.qml')
-rw-r--r-- | framework/qml/ConversationView.qml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/framework/qml/ConversationView.qml b/framework/qml/ConversationView.qml index f3011f65..2dab92ba 100644 --- a/framework/qml/ConversationView.qml +++ b/framework/qml/ConversationView.qml | |||
@@ -32,21 +32,6 @@ FocusScope { | |||
32 | property bool hideTrash: true; | 32 | property bool hideTrash: true; |
33 | property bool hideNonTrash: false; | 33 | property bool hideNonTrash: false; |
34 | 34 | ||
35 | Kube.Listener { | ||
36 | filter: Kube.Messages.mailSelection | ||
37 | onMessageReceived: { | ||
38 | root.mail = message.mail | ||
39 | } | ||
40 | } | ||
41 | |||
42 | Kube.Listener { | ||
43 | filter: Kube.Messages.folderSelection | ||
44 | onMessageReceived: { | ||
45 | root.hideTrash = !message.trash | ||
46 | root.hideNonTrash = message.trash | ||
47 | } | ||
48 | } | ||
49 | |||
50 | Rectangle { | 35 | Rectangle { |
51 | anchors.fill: parent | 36 | anchors.fill: parent |
52 | color: Kube.Colors.backgroundColor | 37 | color: Kube.Colors.backgroundColor |