summaryrefslogtreecommitdiffstats
path: root/framework/qml/ConversationView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/ConversationView.qml')
-rw-r--r--framework/qml/ConversationView.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/ConversationView.qml b/framework/qml/ConversationView.qml
index 8c6e2d38..83771925 100644
--- a/framework/qml/ConversationView.qml
+++ b/framework/qml/ConversationView.qml
@@ -149,6 +149,7 @@ Rectangle {
149 when: !!root.currentMail 149 when: !!root.currentMail
150 value: root.currentMail 150 value: root.currentMail
151 } 151 }
152 operateOnThreads: false
152 } 153 }
153 154
154 Timer { 155 Timer {