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/18 16:38:04 UTC

incubator-ponymail git commit: Use explicit doc type (and be consistent with earlier call)

Repository: incubator-ponymail
Updated Branches:
  refs/heads/master bfbabc691 -> 7929acc11


Use explicit doc type (and be consistent with earlier call)

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

Branch: refs/heads/master
Commit: 7929acc1127befe1a2045f22f3a35bdd305df5b7
Parents: bfbabc6
Author: Sebb <se...@apache.org>
Authored: Fri Nov 18 16:37:49 2016 +0000
Committer: Sebb <se...@apache.org>
Committed: Fri Nov 18 16:37:49 2016 +0000

----------------------------------------------------------------------
 tools/import-mbox.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/7929acc1/tools/import-mbox.py
----------------------------------------------------------------------
diff --git a/tools/import-mbox.py b/tools/import-mbox.py
index 494e82a..509769b 100755
--- a/tools/import-mbox.py
+++ b/tools/import-mbox.py
@@ -332,7 +332,7 @@ class SlurpThread(Thread):
             baddies += bad
             if not args.dry:
                 bulk = BulkThread()
-                bulk.assign(ja, es)
+                bulk.assign(ja, es, 'mbox')
                 bulk.insert()
             ja = []