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 2020/03/18 11:03:58 UTC

[incubator-ponymail] branch master updated: Identify the fields

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail.git


The following commit(s) were added to refs/heads/master by this push:
     new d5ff13e  Identify the fields
d5ff13e is described below

commit d5ff13e6204ad9b6262fdc3560da5201d4948c07
Author: Sebb <se...@apache.org>
AuthorDate: Wed Mar 18 11:03:47 2020 +0000

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

diff --git a/tools/import-mbox.py b/tools/import-mbox.py
index e2f94f0..95ceb8c 100755
--- a/tools/import-mbox.py
+++ b/tools/import-mbox.py
@@ -289,7 +289,7 @@ class SlurpThread(Thread):
                     jas.append(json_source)
                     if args.verbose:
                         # TODO optionally show other fields (e.g. From_ line)
-                        print("%(mid)s %(message-id)s" % json)
+                        print("MID:%(mid)s MSGID:%(message-id)s" % json)
                     if contents:
                         if not args.dry:
                             for key in contents: