summaryrefslogtreecommitdiffstats
path: root/components/mailviewer
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-03 16:28:23 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-03 16:28:23 +0200
commit1bceb83479c74eb2035354b7fde0eeb9c655ead4 (patch)
tree5c441bde4e33fe9d9de99fa7472a74b7d367f4b8 /components/mailviewer
parent396ef0f89531ff7d502e3df3187850d6182e272b (diff)
downloadkube-1bceb83479c74eb2035354b7fde0eeb9c655ead4.tar.gz
kube-1bceb83479c74eb2035354b7fde0eeb9c655ead4.zip
Search string propagation
Diffstat (limited to 'components/mailviewer')
-rw-r--r--components/mailviewer/qml/ErrorPart.qml1
-rw-r--r--components/mailviewer/qml/MailPart.qml1
2 files changed, 2 insertions, 0 deletions
diff --git a/components/mailviewer/qml/ErrorPart.qml b/components/mailviewer/qml/ErrorPart.qml
index 0e5d9b8e..54332375 100644
--- a/components/mailviewer/qml/ErrorPart.qml
+++ b/components/mailviewer/qml/ErrorPart.qml
@@ -23,6 +23,7 @@ Item {
23 id: root 23 id: root
24 property variant errorType 24 property variant errorType
25 property string errorString 25 property string errorString
26 property string searchString
26 height: partListView.height 27 height: partListView.height
27 width: parent.width 28 width: parent.width
28 29
diff --git a/components/mailviewer/qml/MailPart.qml b/components/mailviewer/qml/MailPart.qml
index af7d8f20..9a9e1040 100644
--- a/components/mailviewer/qml/MailPart.qml
+++ b/components/mailviewer/qml/MailPart.qml
@@ -24,6 +24,7 @@ Item {
24 id: root 24 id: root
25 property alias rootIndex: visualModel.rootIndex 25 property alias rootIndex: visualModel.rootIndex
26 property alias model: visualModel.model 26 property alias model: visualModel.model
27 property alias searchString: visualModel.searchString
27 property variant sender 28 property variant sender
28 property variant date 29 property variant date
29 height: childrenRect.height 30 height: childrenRect.height