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/02 00:43:52 UTC

incubator-ponymail git commit: Not used

Repository: incubator-ponymail
Updated Branches:
  refs/heads/master b1f7e9755 -> d5535132a


Not used

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

Branch: refs/heads/master
Commit: d5535132aeca35ee523df0071f828714d0dff207
Parents: b1f7e97
Author: Sebb <se...@apache.org>
Authored: Wed Nov 2 00:43:32 2016 +0000
Committer: Sebb <se...@apache.org>
Committed: Wed Nov 2 00:43:32 2016 +0000

----------------------------------------------------------------------
 tools/import-mbox.py | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/d5535132/tools/import-mbox.py
----------------------------------------------------------------------
diff --git a/tools/import-mbox.py b/tools/import-mbox.py
index d464875..995206b 100755
--- a/tools/import-mbox.py
+++ b/tools/import-mbox.py
@@ -336,8 +336,6 @@ class SlurpThread(Thread):
             jas = []
         print("Done, %u elements left to slurp" % len(lists))
         
-tlpname = "foo"
-
 parser = argparse.ArgumentParser(description='Command line options.')
 parser.add_argument('--source', dest='source', type=str, nargs=1,
                    help='Source to scan (http(s)://, imap(s):// or file path)')