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/12/12 16:09:19 UTC

incubator-ponymail git commit: ll.py retrieves results but does not use them

Repository: incubator-ponymail
Updated Branches:
  refs/heads/master 36474b277 -> 4d9032204


ll.py retrieves results but does not use them

Fixes #291

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

Branch: refs/heads/master
Commit: 4d903220496b2b410f1d5c79bdbe8f6a39b27671
Parents: 36474b2
Author: Sebb <se...@apache.org>
Authored: Mon Dec 12 16:09:00 2016 +0000
Committer: Sebb <se...@apache.org>
Committed: Mon Dec 12 16:09:00 2016 +0000

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 tools/ll.py  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/4d903220/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1ee4a79..450d1ad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -59,6 +59,7 @@
 - archiver.py fails when attachment name is not ASCII (#287)
 - emails with no body content are ignored (#109)
 - does not handle text/enriched mails (#289)
+- ll.py retrieves results but does not use them (#291)
 
 ## CHANGES in 0.9b:
 

http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/4d903220/tools/ll.py
----------------------------------------------------------------------
diff --git a/tools/ll.py b/tools/ll.py
index b9ddb11..ce526f6 100755
--- a/tools/ll.py
+++ b/tools/ll.py
@@ -61,7 +61,7 @@ then = time.time()
 page = es.search(
     index=dbname,
     doc_type="mbox",
-    size = 100,
+    size = 0,
     body = {
         'aggs': {
             'lists': {