]> Sergey Matveev's repositories - public-inbox.git/commitdiff
lei_input: drop outdated comment w.r.t. compression
authorEric Wong <e@80x24.org>
Sat, 24 Apr 2021 09:28:40 +0000 (09:28 +0000)
committerEric Wong <e@80x24.org>
Sat, 24 Apr 2021 20:09:59 +0000 (16:09 -0400)
Followup-to: 49b036771ef3bf45 ("lei_input: support compressed mboxes")
lib/PublicInbox/LeiInput.pm

index de60a0768ebb141b1b93ca68ca3b5271966ae9a3..0114f5ee9246e2ad06e160624041bf05340b2f70 100644 (file)
@@ -50,7 +50,6 @@ sub check_input_format ($;$) {
        return 1 if $fmt eq 'eml';
        require PublicInbox::MboxLock if $files;
        require PublicInbox::MboxReader;
-       # XXX: should this handle {gz,bz2,xz}? that's currently in LeiToMail
        PublicInbox::MboxReader->reads($fmt) or
                return $lei->fail("--$opt_key=$fmt unrecognized");
        1;