From e5642d75668298eff25309a8ee775ec38ed927f3 Mon Sep 17 00:00:00 2001
From: William Pitcock <nenolod@dereferenced.org>
Date: Mon, 20 Aug 2018 18:29:53 +0000
Subject: [PATCH] enable scope options and such

---
 priv/static/static/config.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/priv/static/static/config.json b/priv/static/static/config.json
index 62b85aae5..c2fb05e82 100644
--- a/priv/static/static/config.json
+++ b/priv/static/static/config.json
@@ -11,6 +11,6 @@
   "whoToFollowLink": "https://vinayaka.distsn.org/?{{host}}+{{user}}",
   "whoToFollowLinkDummy2": "https://followlink.osa-p.net/recommend.html",
   "showInstanceSpecificPanel": false,
-  "scopeOptionsEnabled": false,
-  "collapseMessageWithSubject": false
+  "scopeOptionsEnabled": true,
+  "collapseMessageWithSubject": true
 }