diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-12 21:34:40 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-12 22:35:31 +0100 |
commit | 0365646737a1894ca6de94e8a9ad9dd6f28e0493 (patch) | |
tree | a51b0155275b835a56991f16d48021b798fd4d19 /framework/qml/ConversationView.qml | |
parent | 1026c329afed70f5ab3b8db32756ea926049dbe9 (diff) | |
download | kube-0365646737a1894ca6de94e8a9ad9dd6f28e0493.tar.gz kube-0365646737a1894ca6de94e8a9ad9dd6f28e0493.zip |
A basic but working searchview
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 |