diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-14 21:40:39 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-14 21:40:39 +0100 |
commit | f5fd6bee71f5a8dd5cbb18dc590d60027b1634f4 (patch) | |
tree | 879641362d3d003441b386cc4e6790c261b66a26 | |
parent | 75b53d8d54ac157c41594284f9d5ab80b8a1e5df (diff) | |
download | kube-f5fd6bee71f5a8dd5cbb18dc590d60027b1634f4.tar.gz kube-f5fd6bee71f5a8dd5cbb18dc590d60027b1634f4.zip |
There is no SenderAddress
-rw-r--r-- | components/package/contents/ui/SingleMailView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/package/contents/ui/SingleMailView.qml b/components/package/contents/ui/SingleMailView.qml index 50e5a72a..16f2d272 100644 --- a/components/package/contents/ui/SingleMailView.qml +++ b/components/package/contents/ui/SingleMailView.qml | |||
@@ -108,7 +108,7 @@ Item { | |||
108 | } | 108 | } |
109 | 109 | ||
110 | Text { | 110 | Text { |
111 | text: model.senderAddress | 111 | text: model.sender |
112 | 112 | ||
113 | color: Kirigami.Theme.textColor | 113 | color: Kirigami.Theme.textColor |
114 | opacity: 0.75 | 114 | opacity: 0.75 |