about summary refs log tree commit homepage
path: root/lib/PublicInbox/LEI.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-12-31 13:51:28 +0000
committerEric Wong <e@80x24.org>2021-01-01 05:00:39 +0000
commitd2a7dcb58ffb9604b2023159431fcdc4871f368f (patch)
tree1895ef3c9f091dc14ef5654b179d66fe24f65a7e /lib/PublicInbox/LEI.pm
parent7f17df5c6f1892ef53f149a0ab24a5d917cce7d9 (diff)
downloadpublic-inbox-d2a7dcb58ffb9604b2023159431fcdc4871f368f.tar.gz
For writing mboxes and Maildirs, users may wish to use
stricter or looser deduplication strategies.  This
gives them more control.
Diffstat (limited to 'lib/PublicInbox/LEI.pm')
-rw-r--r--lib/PublicInbox/LEI.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/LEI.pm b/lib/PublicInbox/LEI.pm
index 7002a1f7..9aa4d95a 100644
--- a/lib/PublicInbox/LEI.pm
+++ b/lib/PublicInbox/LEI.pm
@@ -172,7 +172,7 @@ my %OPTDESC = (
 
 'type=s' => [ 'any|mid|git', 'disambiguate type' ],
 
-'dedupe|d=s' => ['STRAT|content|oid|mid',
+'dedupe|d=s' => ['STRAT|content|oid|mid|none',
                 'deduplication strategy'],
 'show        thread|t' => 'display entire thread a message belongs to',
 'q        thread|t' =>