]> Sergey Matveev's repositories - public-inbox.git/commitdiff
scripts/slrnspool2maildir: don't sort glob()
authorEric Wong <e@yhbt.net>
Sat, 2 May 2020 21:22:10 +0000 (21:22 +0000)
committerEric Wong <e@yhbt.net>
Tue, 5 May 2020 08:07:06 +0000 (08:07 +0000)
glob() sorts alphabetically by default, which doesn't have
a useful meaning with many articles.  Stop wasting CPU cycles
and memory.


No differences found