]> Sergey Matveev's repositories - public-inbox.git/commit
lei ls-mail-source: sort IMAP folder names
authorEric Wong <e@80x24.org>
Thu, 16 Sep 2021 02:19:42 +0000 (21:19 -0500)
committerEric Wong <e@80x24.org>
Thu, 16 Sep 2021 04:29:18 +0000 (04:29 +0000)
commitddfa726e55411277c5f8fda6a5f2c82d062b3fe2
tree4740430538bcf6b5a94e87228658c29dcc7edb1d
parentb6e7a0d8f8ac22ef82754829a069096c858b8966
lei ls-mail-source: sort IMAP folder names

Otherwise, public-inbox-imapd will emit mailboxes in random
order (as IMAP servers do not need to guarantee any sort of
ordering).  We'll take into account numeric slice numbers
generated by -imapd if they exist, so slice "80" doesn't show up
next to "8".
lib/PublicInbox/LeiLsMailSource.pm