summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-16 22:18:02 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-16 22:18:02 +0200
commitec48ea0cf01d306c0a9283e485f8c37d7d4d1ebd (patch)
tree4c3a4ef28fa7aaf32968d06b4fa4244181b8f521 /components
parentef8a9f2f1d9f91358541b83fab63603aa3001bff (diff)
downloadkube-ec48ea0cf01d306c0a9283e485f8c37d7d4d1ebd.tar.gz
kube-ec48ea0cf01d306c0a9283e485f8c37d7d4d1ebd.zip
Hide trash from non-trash conversations.
...and indicate in the conversation view if a mail has been sent or is a draft.
Diffstat (limited to 'components')
-rw-r--r--components/kube/contents/ui/Kube.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml
index 979f7bd5..a56838e5 100644
--- a/components/kube/contents/ui/Kube.qml
+++ b/components/kube/contents/ui/Kube.qml
@@ -349,6 +349,8 @@ Controls2.ApplicationWindow {
349 id: mailView 349 id: mailView
350 mail: mailListView.currentMail 350 mail: mailListView.currentMail
351 Layout.fillWidth: true 351 Layout.fillWidth: true
352 hideTrash: !folderListView.isTrashFolder
353 hideNonTrash: folderListView.isTrashFolder
352 } 354 }
353 } 355 }
354 //END Main content 356 //END Main content