aboutsummaryrefslogtreecommitdiff
path: root/static/config.json
diff options
context:
space:
mode:
authorscarlett <nia@netbsd.org>2018-12-25 17:44:01 +0000
committerscarlett <nia@netbsd.org>2018-12-25 17:44:05 +0000
commitf2f7e2e7668164398fb97af8a82d24538a74d813 (patch)
treed2af2d2318b59a279029ef8d56fb831e7fec8512 /static/config.json
parent0ad837846a3b833203bdae68fc6d3cb37c257c4b (diff)
scopeCopy → true by default
Diffstat (limited to 'static/config.json')
-rw-r--r--static/config.json2
1 files changed, 1 insertions, 1 deletions
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,