You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2016/10/29 09:20:13 UTC

incubator-ponymail git commit: Document default_list

Repository: incubator-ponymail
Updated Branches:
  refs/heads/coffee-and-cake 7dc260474 -> 11d591911


Document default_list


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

Branch: refs/heads/coffee-and-cake
Commit: 11d591911ab1f12682c2748c9865e7494db363a6
Parents: 7dc2604
Author: Sebb <se...@apache.org>
Authored: Sat Oct 29 10:20:02 2016 +0100
Committer: Sebb <se...@apache.org>
Committed: Sat Oct 29 10:20:02 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/11d59191/site/js/config.js.sample
----------------------------------------------------------------------
diff --git a/site/js/config.js.sample b/site/js/config.js.sample
index 9c378ec..d79a879 100644
--- a/site/js/config.js.sample
+++ b/site/js/config.js.sample
@@ -79,6 +79,7 @@ var pm_config = {
     shortLists: true,       // whether to display foo@bar.org or just foo@ in flat view
     shortLinks: true,       // Whether to shorten links using base36
     URLBase: '',            // Rewrite base for URLs. If you serve from http://foo.tld/ponymail/, set this to '/ponymail'
+    default_list: "dev",    // Default list name for a domain
 }