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/main.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'applications/kube-mail/package/contents/ui/main.qml') diff --git a/applications/kube-mail/package/contents/ui/main.qml b/applications/kube-mail/package/contents/ui/main.qml index 191a7434..cf983dee 100644 --- a/applications/kube-mail/package/contents/ui/main.qml +++ b/applications/kube-mail/package/contents/ui/main.qml @@ -90,6 +90,7 @@ ApplicationWindow { iconName: "mail-message-reply" text: "Reply" onClicked: { + composer.originalMessage = mailListView.currentMail composer.visible = true } } -- cgit v1.2.3