From 235b8cb38214fe1ec919fce8701737d7b944c6de Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 1 Mar 2016 00:08:45 +0100 Subject: Support for mail replies A template message is generated based on the input message, including appropriate recepients and quoted text. Encoding and and options are mostly hardcoded still, and there might be one or the other crash with HTML mails. Also image/attachment support is incomplete. --- applications/kube-mail/package/contents/ui/FocusComposer.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applications/kube-mail/package/contents/ui/FocusComposer.qml') diff --git a/applications/kube-mail/package/contents/ui/FocusComposer.qml b/applications/kube-mail/package/contents/ui/FocusComposer.qml index 20899817..2be656ab 100644 --- a/applications/kube-mail/package/contents/ui/FocusComposer.qml +++ b/applications/kube-mail/package/contents/ui/FocusComposer.qml @@ -11,7 +11,6 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * -//import org.kde.kube.mail 1.0 as Mail * You should have received a copy of the GNU General Public License * along with this program; if not, see . */ @@ -22,6 +21,7 @@ import QtQuick.Layouts 1.1 Rectangle { id: root + property variant originalMessage visible: false @@ -61,7 +61,7 @@ Rectangle { Layout.fillWidth: true Layout.fillHeight: true - + originalMessage: root.originalMessage } RowLayout { -- cgit v1.2.3