]> Sergey Matveev's repositories - public-inbox.git/commit
lei: relax rules for "new" in Maildir
authorEric Wong <e@80x24.org>
Wed, 19 May 2021 08:54:13 +0000 (08:54 +0000)
committerEric Wong <e@80x24.org>
Wed, 19 May 2021 17:55:47 +0000 (17:55 +0000)
commit2f720902ed702b64d918165ba21a96dabbeeca26
treecd1097510c7c635d58c21c79afd024f0837f35e5
parent94be0536ce5eaf1d5a67f217dce112607624389c
lei: relax rules for "new" in Maildir

mbsync and offlineimap both use ":2," suffixes for filenames in
"new/", however my interpretation of the Maildir spec at
<https://cr.yp.to/proto/maildir.html> is that ":2," is only for
files in "cur/".  My interpretation also matches that of
doveecot, but we'll allow what mbsync and offlineimap do given
their popularity.
lib/PublicInbox/LeiMailSync.pm
lib/PublicInbox/MdirReader.pm
t/lei-index.t