From 7d04632378a3383cab6a1e84be2f359d9829870f Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Sun, 6 Nov 2016 11:15:55 +0100 Subject: remove obsolete code --- components/package/contents/ui/MailListView.qml | 31 ------------------------- 1 file changed, 31 deletions(-) (limited to 'components/package') 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 { } } - /* - * Text{ - * text: model.subject - * - * color: mailListDelegate.checked ? Kirigami.Theme.textColor : model.unread ? "#1d99f3" : Kirigami.Theme.textColor - * font.weight: model.unread || model.important ? Font.DemiBold : Font.Normal - } - - Text { - text: model.senderName - - color: Kirigami.Theme.textColor - } - - Text { - text: Qt.formatDateTime(model.date) - - font.weight: Font.Light - opacity: 0.5 - color: Kirigami.Theme.textColor - } - } - Text { - text: model.threadSize - - font.weight: Font.Light - color: Kirigami.Theme.textColor - } - - } - */ } } } -- cgit v1.2.3