summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2016-11-06 11:15:55 +0100
committerMichael Bohlender <michael.bohlender@kdemail.net>2016-11-06 11:15:55 +0100
commit7d04632378a3383cab6a1e84be2f359d9829870f (patch)
tree0391db62af425469ab2999aa2a2c54c3e91bff6c
parent9caa72b17a978989396e1bd88240af0e57a2dfb6 (diff)
downloadkube-7d04632378a3383cab6a1e84be2f359d9829870f.tar.gz
kube-7d04632378a3383cab6a1e84be2f359d9829870f.zip
remove obsolete code
-rw-r--r--components/package/contents/ui/MailListView.qml31
1 files changed, 0 insertions, 31 deletions
diff --git a/components/package/contents/ui/MailListView.qml b/components/package/contents/ui/MailListView.qml
index 47168a66..282bf250 100644
--- a/components/package/contents/ui/MailListView.qml
+++ b/components/package/contents/ui/MailListView.qml
@@ -149,37 +149,6 @@ Controls.ScrollView {
149 149
150 } 150 }
151 } 151 }
152 /*
153 * Text{
154 * text: model.subject
155 *
156 * color: mailListDelegate.checked ? Kirigami.Theme.textColor : model.unread ? "#1d99f3" : Kirigami.Theme.textColor
157 * font.weight: model.unread || model.important ? Font.DemiBold : Font.Normal
158 }
159
160 Text {
161 text: model.senderName
162
163 color: Kirigami.Theme.textColor
164 }
165
166 Text {
167 text: Qt.formatDateTime(model.date)
168
169 font.weight: Font.Light
170 opacity: 0.5
171 color: Kirigami.Theme.textColor
172 }
173 }
174 Text {
175 text: model.threadSize
176
177 font.weight: Font.Light
178 color: Kirigami.Theme.textColor
179 }
180
181 }
182 */
183 } 152 }
184 } 153 }
185} 154}