summaryrefslogtreecommitdiffstats
path: root/components/package
diff options
context:
space:
mode:
Diffstat (limited to 'components/package')
-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}