about summary refs log tree commit homepage
path: root/lib/PublicInbox/LeiRemote.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/LeiRemote.pm')
-rw-r--r--lib/PublicInbox/LeiRemote.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/LeiRemote.pm b/lib/PublicInbox/LeiRemote.pm
index 399fc936..945d9990 100644
--- a/lib/PublicInbox/LeiRemote.pm
+++ b/lib/PublicInbox/LeiRemote.pm
@@ -50,7 +50,7 @@ sub mset {
         my ($fh, $pid) = popen_rd($cmd, undef, $rdr);
         my $reap = PublicInbox::OnDestroy->new($lei->can('sigint_reap'), $pid);
         $self->{smsg} = [];
-        $fh = IO::Uncompress::Gunzip->new($fh);
+        $fh = IO::Uncompress::Gunzip->new($fh, MultiStream => 1);
         PublicInbox::MboxReader->mboxrd($fh, \&_each_mboxrd_eml, $self);
         my $err = waitpid($pid, 0) == $pid ? undef
                                         : "BUG: waitpid($cmd): $!";