]> Sergey Matveev's repositories - public-inbox.git/commitdiff
lei: fix read/write IMAP access
authorEric Wong <e@80x24.org>
Fri, 3 Sep 2021 08:54:27 +0000 (08:54 +0000)
committerEric Wong <e@80x24.org>
Fri, 3 Sep 2021 08:57:36 +0000 (08:57 +0000)
xt/net_writer-imap.t was completely broken in recent months and
I completely forgot this test.  net->add_url still only accepts
bare scalars (and not scalar refs), so we must set that up
properly.  Furthermore, our changes to do FLAGS-only
synchronization in lei of old messages was causing us to not
handle FLAGS properly for the test.


No differences found