]> Sergey Matveev's repositories - public-inbox.git/commitdiff
lei export-kw: skip read-only IMAP folders
authorEric Wong <e@80x24.org>
Sun, 24 Oct 2021 00:20:40 +0000 (18:20 -0600)
committerEric Wong <e@80x24.org>
Sun, 24 Oct 2021 02:20:33 +0000 (02:20 +0000)
Since we want to store IMAP flags asynchronously and not wait
for results, we can't check for IMAP errors this way and end up
wasting bandwidth on public-inbox-imapd.  Now, we just check
PERMANENTFLAGS up front to ensure a folder can handle IMAP flag
storage before proceeding.


No differences found