From d272cff709bbcc1d498d3f4db9ddc3bf190320e0 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 12 Jun 2017 13:35:18 +0200 Subject: Removed unused parts --- components/mailviewer/contents/ui/EmbededPart.qml | 54 ---------------------- components/mailviewer/contents/ui/GREEN.png | Bin 153 -> 0 bytes components/mailviewer/contents/ui/GREY.png | Bin 153 -> 0 bytes components/mailviewer/contents/ui/PURPLE.png | Bin 153 -> 0 bytes components/mailviewer/contents/ui/RED.png | Bin 153 -> 0 bytes components/mailviewer/contents/ui/YELLOW.png | Bin 153 -> 0 bytes 6 files changed, 54 deletions(-) delete mode 100644 components/mailviewer/contents/ui/EmbededPart.qml delete mode 100644 components/mailviewer/contents/ui/GREEN.png delete mode 100644 components/mailviewer/contents/ui/GREY.png delete mode 100644 components/mailviewer/contents/ui/PURPLE.png delete mode 100644 components/mailviewer/contents/ui/RED.png delete mode 100644 components/mailviewer/contents/ui/YELLOW.png (limited to 'components/mailviewer') diff --git a/components/mailviewer/contents/ui/EmbededPart.qml b/components/mailviewer/contents/ui/EmbededPart.qml deleted file mode 100644 index 8921ab6f..00000000 --- a/components/mailviewer/contents/ui/EmbededPart.qml +++ /dev/null @@ -1,54 +0,0 @@ -/* - Copyright (C) 2016 Michael Bohlender, - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -*/ - -import QtQuick 2.4 - -Item { - - height: mailPart.height - width: mailPart.width - - - Rectangle { - id: border - color: "lightgrey" - height: mailPart.height - width: 5 - } - - Text { - id: sender - - anchors { - left: border.right - leftMargin: 15 - } - - text: "sent by " + model.sender + " on " + model.date - color: "grey" - } - - MailPart { - id: mailPart - - anchors.top: sender.bottom - - } - -} - diff --git a/components/mailviewer/contents/ui/GREEN.png b/components/mailviewer/contents/ui/GREEN.png deleted file mode 100644 index 60f8e10d..00000000 Binary files a/components/mailviewer/contents/ui/GREEN.png and /dev/null differ diff --git a/components/mailviewer/contents/ui/GREY.png b/components/mailviewer/contents/ui/GREY.png deleted file mode 100644 index 146e8927..00000000 Binary files a/components/mailviewer/contents/ui/GREY.png and /dev/null differ diff --git a/components/mailviewer/contents/ui/PURPLE.png b/components/mailviewer/contents/ui/PURPLE.png deleted file mode 100644 index 5ea1eda2..00000000 Binary files a/components/mailviewer/contents/ui/PURPLE.png and /dev/null differ diff --git a/components/mailviewer/contents/ui/RED.png b/components/mailviewer/contents/ui/RED.png deleted file mode 100644 index 5bb547e2..00000000 Binary files a/components/mailviewer/contents/ui/RED.png and /dev/null differ diff --git a/components/mailviewer/contents/ui/YELLOW.png b/components/mailviewer/contents/ui/YELLOW.png deleted file mode 100644 index db629e35..00000000 Binary files a/components/mailviewer/contents/ui/YELLOW.png and /dev/null differ -- cgit v1.2.3