]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/LeiOverview.pm
lei q: tidy up progress reporting
[public-inbox.git] / lib / PublicInbox / LeiOverview.pm
index ff15d2951c0c52375336e396e739174ce04faddb..52da225dea7fb983d5c58fb440e6551706009791 100644 (file)
@@ -90,6 +90,8 @@ sub new {
                } else {
                        ovv_out_lk_init($self);
                }
+       } elsif (!$opt->{quiet}) {
+               $lei->{-progress} = 1;
        }
        if ($json) {
                $lei->{dedupe} //= PublicInbox::LeiDedupe->new($lei);