From f2f7e2e7668164398fb97af8a82d24538a74d813 Mon Sep 17 00:00:00 2001 From: scarlett Date: Tue, 25 Dec 2018 17:44:01 +0000 Subject: [PATCH] =?UTF-8?q?scopeCopy=20=E2=86=92=20true=20by=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/config.json b/static/config.json index f508eea1..a6be8f07 100644 --- a/static/config.json +++ b/static/config.json @@ -11,7 +11,7 @@ "scopeOptionsEnabled": false, "formattingOptionsEnabled": false, "collapseMessageWithSubject": false, - "scopeCopy": false, + "scopeCopy": true, "subjectLineBehavior": "email", "alwaysShowSubjectInput": true, "hidePostStats": false,