Konstantin Ryabitsev <[email protected]> wrote:
> On Fri, Sep 22, 2023 at 02:18:17AM +0000, Eric Wong wrote:
> > Subject: [PATCH] pop3: support initial_limit parameter in mailbox name
>
> That looks good in my tests. Thanks!
>
> Tested-by: Konstantin Ryabitsev <[email protected]>
Thanks. I also forgot to expand on the fix for limit for slice:
This also fixes an offset calculation bug with limit when used
on the newest (non-full) slice. The number of messages in the
newest slice is now taken into account.
(oops, pushed out without your tested-by :x)