You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2017/10/30 15:15:21 UTC

incubator-ponymail git commit: change to compact theme for default

Repository: incubator-ponymail
Updated Branches:
  refs/heads/master fb78e1bcb -> 44c5c21c5


change to compact theme for default

this theme is much more informative, and should be the default.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/44c5c21c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/44c5c21c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/44c5c21c

Branch: refs/heads/master
Commit: 44c5c21c5f601f2ac3edd19e39f1d726797051a3
Parents: fb78e1b
Author: Daniel Gruno <hu...@apache.org>
Authored: Mon Oct 30 16:15:09 2017 +0100
Committer: Daniel Gruno <hu...@apache.org>
Committed: Mon Oct 30 16:15:09 2017 +0100

----------------------------------------------------------------------
 site/js/config.js.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/44c5c21c/site/js/config.js.sample
----------------------------------------------------------------------
diff --git a/site/js/config.js.sample b/site/js/config.js.sample
index 74cdd65..bb2a7a5 100644
--- a/site/js/config.js.sample
+++ b/site/js/config.js.sample
@@ -88,7 +88,7 @@ var prefs = {
     compactQuotes: 'yes',           // Show quotes from original email as compacted blocks?
     notifications: 'direct',        // Notify on direct or indirect replies to your posts?
     hideStats: 'yes',               // Hide the email statistics window?
-    theme: 'default',               // Set to 'social' to default to the social theme
+    theme: 'compact',               // Set to 'social' to default to the social theme
     autoScale: 'no',                // Whether to scale results-per-page to window height (4K screens etc)
     loggedIn: false
 }