From 3811f2946efc19189ecab8ea82ea4ffaa564c1c0 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 2 Apr 2021 22:37:32 -0300 Subject: [PATCH] lei q: don't show remote progress if MUA is running Remote results can safely use the same mset progress reporting as local results, despite not knowing the size of the result set. We're assuming terminal MUAs, for now. --- lib/PublicInbox/LeiXSearch.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PublicInbox/LeiXSearch.pm b/lib/PublicInbox/LeiXSearch.pm index f3b8cc25..2b23e8e9 100644 --- a/lib/PublicInbox/LeiXSearch.pm +++ b/lib/PublicInbox/LeiXSearch.pm @@ -232,7 +232,7 @@ sub each_remote_eml { # callback for MboxReader->mboxrd if ($now > $next) { $lei->{-next_progress} = $now + 1; my $nr = $lei->{-nr_remote_eml}; - $lei->err("# $lei->{-current_url} $nr/?"); + mset_progress($lei, $lei->{-current_url}, $nr, '?'); } } $each_smsg->($smsg, undef, $eml); -- 2.44.0