]> Sergey Matveev's repositories - public-inbox.git/commit
net_reader: nntp_opt => cfg_opt
authorEric Wong <e@80x24.org>
Thu, 9 Sep 2021 05:25:01 +0000 (05:25 +0000)
committerEric Wong <e@80x24.org>
Thu, 9 Sep 2021 05:42:56 +0000 (05:42 +0000)
commit8df4e5f1c7020a500e977f3224a6b2fece2c5302
tree9c5da86c40f3282adbd435659566da19e4a4bcd6
parent91460992d22dcb3fa8c02d245fb480b31a64cb0b
net_reader: nntp_opt => cfg_opt

Since this our internal NNTP options are keyed by URI section,
there's no need to have separate hashes for NNTP and IMAP
options since they URI already distinguishes them.

This will make future changes to support POP3 and JMAP and
arg caching with lei/store easier.
lib/PublicInbox/NetReader.pm
lib/PublicInbox/Watch.pm