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/04 07:23:38 UTC

[06/11] incubator-ponymail git commit: add some more default (global) vars

add some more default (global) vars

list part, domain part and a place to store fetched
emails


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

Branch: refs/heads/coffee-and-cake
Commit: 91a25ee628c25e1aa4e6ebcb958cd0b168db94a8
Parents: 1087134
Author: Daniel Gruno <hu...@apache.org>
Authored: Sun Sep 4 09:21:20 2016 +0200
Committer: Daniel Gruno <hu...@apache.org>
Committed: Sun Sep 4 09:21:20 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/91a25ee6/site/js/coffee/defaults.coffee
----------------------------------------------------------------------
diff --git a/site/js/coffee/defaults.coffee b/site/js/coffee/defaults.coffee
index 82af3d9..ffac413 100644
--- a/site/js/coffee/defaults.coffee
+++ b/site/js/coffee/defaults.coffee
@@ -21,4 +21,8 @@ ponymail_version = "0.10-coffee-and-cake"
 ponymail_lists = {}
 ponymail_list = ""
 ponymail_month = ""
-ponymail_query = ""
\ No newline at end of file
+ponymail_query = ""
+
+ponymail_listname = ""
+ponymail_domain = ""
+ponymail_list_json = {}
\ No newline at end of file