]> Sergey Matveev's repositories - public-inbox.git/commit
net_reader: imap_opt => cfg_opt
authorEric Wong <e@80x24.org>
Thu, 9 Sep 2021 05:25:02 +0000 (05:25 +0000)
committerEric Wong <e@80x24.org>
Thu, 9 Sep 2021 05:42:57 +0000 (05:42 +0000)
commit917eacadf8bf6eb9a24ca34bc6590c6e77e15dd2
tree1bce8182c4384998c26d28f56a1841116775cc8a
parent8df4e5f1c7020a500e977f3224a6b2fece2c5302
net_reader: imap_opt => cfg_opt

Since this our internal IMAP 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