]> Sergey Matveev's repositories - public-inbox.git/commit
lei: _lei_cfg: return empty hashref if unconfigured
authorEric Wong <e@80x24.org>
Mon, 22 Feb 2021 11:22:52 +0000 (08:22 -0300)
committerEric Wong <e@80x24.org>
Mon, 22 Feb 2021 22:14:18 +0000 (18:14 -0400)
commit16396c1c2f4968d465ef99a68b3d76d7c1f32628
treea1affbb2bd1743947f4f353f52d41534661b6e14
parent2fc7ac8bf713d10a77ed65ca9fa8836675d3a57f
lei: _lei_cfg: return empty hashref if unconfigured

Existing callers in LeiExternal actually depend on this,
and LeiAuth shouldn't need to be creating a config file
just to do a conversion against an anonymous IMAP server.
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiAuth.pm
lib/PublicInbox/LeiExternal.pm