]> Sergey Matveev's repositories - public-inbox.git/commit
search: retry_reopen passes user arg to callback
authorEric Wong <e@80x24.org>
Wed, 25 Dec 2019 07:51:04 +0000 (07:51 +0000)
committerEric Wong <e@80x24.org>
Sat, 28 Dec 2019 19:38:23 +0000 (19:38 +0000)
commitf2364c5765f0692d2f1e82b61804359a38f3fdfc
tree2b0507af4558629169cc5ea1e48efd79cb8f015f
parentb316f7541ec263fd04ea50530a1d500f43773299
search: retry_reopen passes user arg to callback

This allows callers to pass named (not anonymous) subs.

Update all retry_reopen callers to use this feature, and
fix some places where we failed to use retry_reopen :x
lib/PublicInbox/ExtMsg.pm
lib/PublicInbox/Mbox.pm
lib/PublicInbox/Search.pm
lib/PublicInbox/SearchMsg.pm
lib/PublicInbox/SearchView.pm