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/11/08 23:43:41 UTC

incubator-ponymail git commit: Typo; use result

Repository: incubator-ponymail
Updated Branches:
  refs/heads/master f0452677e -> d4c58079d


Typo; use result

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

Branch: refs/heads/master
Commit: d4c58079d85173174c3d165f2b6abfc5c54437b8
Parents: f045267
Author: Sebb <se...@apache.org>
Authored: Tue Nov 8 23:43:31 2016 +0000
Committer: Sebb <se...@apache.org>
Committed: Tue Nov 8 23:43:31 2016 +0000

----------------------------------------------------------------------
 tools/setup.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/d4c58079/tools/setup.py
----------------------------------------------------------------------
diff --git a/tools/setup.py b/tools/setup.py
index 3260a8a..31631e7 100755
--- a/tools/setup.py
+++ b/tools/setup.py
@@ -254,7 +254,7 @@ def createIndex():
         },
         "mbox_source" : {
           "_all": {
-            "enabled": false # this doc type is not searchable
+            "enabled": False # this doc type is not searchable
           },
           "properties" : {
             "source" : {
@@ -271,7 +271,7 @@ def createIndex():
         },
         "mailinglists" : {
           "_all": {
-            "enabled": false # this doc type is not searchable
+            "enabled": False # this doc type is not searchable
           },
           "properties" : {
             "description" : {
@@ -290,7 +290,7 @@ def createIndex():
         },
         "account" : {
           "_all": {
-            "enabled": false # this doc type is not searchable
+            "enabled": False # this doc type is not searchable
           },
           "properties" : {
             "cid" : {
@@ -340,7 +340,7 @@ def createIndex():
         },
         "notifications" : {
           "_all": {
-            "enabled": false # this doc type is not searchable
+            "enabled": False # this doc type is not searchable
           },
           "properties" : {
             "date" : {
@@ -402,7 +402,7 @@ def createIndex():
             }
         )
     
-    print("Index created!")
+    print("Index created! %s " % res)
     
 if not args.noi:
     try: