aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-09-25 14:47:02 +0300
committerHenry Jameson <me@hjkos.com>2018-09-25 14:47:02 +0300
commit455cd0d0289c7633aca22ad6e8737d449e361fce (patch)
tree7f8c10efc24c5848c1ae395c39f7f0edb1eb96ea /static
parentbfd2b45672bcb071ddcf4d6a613fe908f25250fd (diff)
settings for scope/subject
Diffstat (limited to 'static')
-rw-r--r--static/config.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/static/config.json b/static/config.json
index 144fe951..988d1cf4 100644
--- a/static/config.json
+++ b/static/config.json
@@ -10,5 +10,7 @@
"showInstanceSpecificPanel": false,
"scopeOptionsEnabled": false,
"formattingOptionsEnabled": false,
- "collapseMessageWithSubject": false
+ "collapseMessageWithSubject": false,
+ "scopeCopy": false,
+ "subjectLineBehavior": "email"
}