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 2022/01/14 22:57:10 UTC

[incubator-ponymail-foal] branch master updated: Say what option actually does

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-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 58d1b63  Say what option actually does
58d1b63 is described below

commit 58d1b632bd225b6091d80b1cabe1e7d01d09eb54
Author: Sebb <se...@apache.org>
AuthorDate: Fri Jan 14 22:54:30 2022 +0000

    Say what option actually does
---
 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 b852752..d943454 100755
--- a/tools/import-mbox.py
+++ b/tools/import-mbox.py
@@ -549,7 +549,7 @@ parser.add_argument(
     "--dedup",
     dest="dedup",
     action="store_true",
-    help="Try to dedup messages based on ID before importing",
+    help="Don't import a message if its Message-Id already exists on the list",
 )
 parser.add_argument(
     "--ignorebody",