]> Sergey Matveev's repositories - public-inbox.git/commit
lei_search: xsmsg_vmd: retry_reopen properly
authorEric Wong <e@80x24.org>
Mon, 6 Sep 2021 07:20:12 +0000 (07:20 +0000)
committerEric Wong <e@80x24.org>
Mon, 6 Sep 2021 11:05:41 +0000 (11:05 +0000)
commitfc9fa8f2feb2a647683f6a219fca72e88e3a9516
treec1e50e96085f2616bd5fb07624106a6d2c13668a
parentef507953617741565d18c86b87973469206d5632
lei_search: xsmsg_vmd: retry_reopen properly

The deeper eval was preventing retry_reopen from retrying
with readers and writers working in parallel:

  FOO=imaps://example.com/INBOX.huge
  lei lcat $FOO -f mboxcl | lei tag -F mboxcl +L:bar -

Fixes: c7bcfe6cd6648ff0 ("lei: diagnostics for /Document \d+ not found/ errors")
lib/PublicInbox/LeiSearch.pm