From a9206e368bffde124b4aad0f3bc7e59b3c6d289a Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Thu, 10 Nov 2016 17:57:31 -0800 Subject: [PATCH] fix reply-all from thread view, closes issue #5 --- assets/ThreadPage.qml | 7 +++++++ bar-descriptor.xml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/assets/ThreadPage.qml b/assets/ThreadPage.qml index c2e36ce..30b8ef4 100644 --- a/assets/ThreadPage.qml +++ b/assets/ThreadPage.qml @@ -57,6 +57,13 @@ Page { page.unmute.connect(unmute) nav.push(page); } + function ccOnReply() { + if (_app.setting("cc") === "true") { + return true + } else { + return false + } + } } } diff --git a/bar-descriptor.xml b/bar-descriptor.xml index 8ae55de..6a210ca 100644 --- a/bar-descriptor.xml +++ b/bar-descriptor.xml @@ -55,7 +55,7 @@ - 0.5.0 + 0.5.1