This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new 31decbd Drop unused items
31decbd is described below
commit 31decbdd7187fd97f468035118b4677bff1b3e75
Author: Sebb <[email protected]>
AuthorDate: Wed Nov 10 14:42:29 2021 +0000
Drop unused items
This fixes #84
---
webui/js/config.js | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/webui/js/config.js b/webui/js/config.js
index 5e415e9..db563d9 100644
--- a/webui/js/config.js
+++ b/webui/js/config.js
@@ -16,7 +16,6 @@
*/
var pm_config = {
- debug: false, // set to true for some debug output
oauth: {
// OAuth settings
apache: {
@@ -42,16 +41,8 @@ var pm_config = {
construct: true
}
},
- indexMode: 'table', // front page view mode:
- // phonebook: Standard phonebook mode, sort/list
by domain name (a.org, b.org, c.org...)
- // phonebook_short: Same as above, but sort/list
by list name ([email protected], [email protected], [email protected]...)
- // table: A more detailed view meant for smaller
list sites (<=20-30 lists or such)
- shortLists: true, // whether to display [email protected] or just foo@ in flat
view
- shortLinks: true,
- trendPie: true,
URLBase: '',
apiURL: '/',
- apiSuffix: '',
boring_lists: ['commits', 'cvs', 'site-cvs', 'security', 'notifications'],
// we'd rather not default to these, noisy!
favorite_list: 'dev', // if we have this, default to it
long_tabs: false, // tab name format (long or short)