summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/qml/MailListView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/MailListView.qml b/framework/qml/MailListView.qml
index cef38f18..074f004c 100644
--- a/framework/qml/MailListView.qml
+++ b/framework/qml/MailListView.qml
@@ -78,7 +78,7 @@ FocusScope {
78 78
79 function clearSearch() { 79 function clearSearch() {
80 filterField.visible = false 80 filterField.visible = false
81 mailListModel.filter = "" 81 find.text = ""
82 } 82 }
83 83
84 RowLayout { 84 RowLayout {