aboutsummaryrefslogtreecommitdiff
path: root/static/config.json
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-12-03 06:47:35 +0300
committerHenry Jameson <me@hjkos.com>2018-12-03 06:47:35 +0300
commitb34097a5c154cb913048a16848d0ab0d48dfe626 (patch)
tree00ad59cdce2ce43feb077920997edeeed2c1ae5f /static/config.json
parente15b9bddbb23e36632982296a7c9ec01fd2bb7c7 (diff)
Added option to auto-hide subject field when it's empty.
Diffstat (limited to 'static/config.json')
-rw-r--r--static/config.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/config.json b/static/config.json
index 67d84579..c49930ef 100644
--- a/static/config.json
+++ b/static/config.json
@@ -13,6 +13,7 @@
"collapseMessageWithSubject": false,
"scopeCopy": false,
"subjectLineBehavior": "email",
+ "alwaysShowSubjectInput": true,
"hidePostStats": false,
"hideUserStats": false,
"loginMethod": "password"