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 2017/01/09 14:43:36 UTC

incubator-ponymail git commit: Unnecessary; lo will be set up later if necessary

Repository: incubator-ponymail
Updated Branches:
  refs/heads/master 10fca9ea1 -> 71cfa65cb


Unnecessary; lo will be set up later if necessary

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

Branch: refs/heads/master
Commit: 71cfa65cb95d09e65383d536ecb30915eb715e3e
Parents: 10fca9e
Author: Sebb <se...@apache.org>
Authored: Mon Jan 9 14:43:29 2017 +0000
Committer: Sebb <se...@apache.org>
Committed: Mon Jan 9 14:43:29 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/71cfa65c/tools/import-mbox.py
----------------------------------------------------------------------
diff --git a/tools/import-mbox.py b/tools/import-mbox.py
index da5b27e..206151b 100755
--- a/tools/import-mbox.py
+++ b/tools/import-mbox.py
@@ -474,7 +474,6 @@ except Exception as err:
 def globDir(d):
     dirs = [ f for f in listdir(d) if isdir(join(d,f)) ]
     mboxes = [ f for f in glob.glob(join(d,"*" + extension)) if isfile(f) ]
-    lo = list_override
     if not d in fileToLID and len(mboxes) > 0 and interactive:
         print("Would you like to set a list-ID override for %s?:" % d)
         lo = sys.stdin.readline()