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 2016/09/03 07:45:54 UTC

[06/12] incubator-ponymail git commit: set some defaults

set some defaults

list, month, query


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

Branch: refs/heads/coffee-and-cake
Commit: 7e4894836770ae913d54c6ca4e2bff8a2b2d6142
Parents: 2ddc7f3
Author: Daniel Gruno <hu...@apache.org>
Authored: Sat Sep 3 09:40:30 2016 +0200
Committer: Daniel Gruno <hu...@apache.org>
Committed: Sat Sep 3 09:40:30 2016 +0200

----------------------------------------------------------------------
 site/js/coffee/defaults.coffee | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/7e489483/site/js/coffee/defaults.coffee
----------------------------------------------------------------------
diff --git a/site/js/coffee/defaults.coffee b/site/js/coffee/defaults.coffee
index 7f594e1..82af3d9 100644
--- a/site/js/coffee/defaults.coffee
+++ b/site/js/coffee/defaults.coffee
@@ -17,3 +17,8 @@
 
 ### Pony Mail defaults ###
 ponymail_version = "0.10-coffee-and-cake"
+
+ponymail_lists = {}
+ponymail_list = ""
+ponymail_month = ""
+ponymail_query = ""
\ No newline at end of file