]> Sergey Matveev's repositories - public-inbox.git/commitdiff
config: flatten each_inbox and iterate_start args
authorEric Wong <e@80x24.org>
Wed, 9 Sep 2020 06:26:12 +0000 (06:26 +0000)
committerEric Wong <e@80x24.org>
Thu, 10 Sep 2020 19:45:18 +0000 (19:45 +0000)
In Perl, we can simplify callers by passing a single array
all the way down the stack instead of a single array ref which
needs to be expanded every call.


No differences found