]> Sergey Matveev's repositories - public-inbox.git/commit
inboxidle: remove needless check for {inboxdir}
authorEric Wong <e@80x24.org>
Sun, 20 Dec 2020 06:30:12 +0000 (06:30 +0000)
committerEric Wong <e@80x24.org>
Sun, 20 Dec 2020 20:39:11 +0000 (20:39 +0000)
commitab243aa2328e2fc4cf895c99c68345e57cc4653c
tree4fc0a13b41befb347deacda2968a10d4c3a84665
parent9fcce78e40b0a7c61797be2aff6c5afeb474568e
inboxidle: remove needless check for {inboxdir}

->each_inbox will never attempt to iterate an object
without {inboxdir}, and simplify + short-circuit the
corresponding code
lib/PublicInbox/Config.pm
lib/PublicInbox/InboxIdle.pm