]> Sergey Matveev's repositories - public-inbox.git/commit
lei import: keep sync info for Maildir and IMAP folders
authorEric Wong <e@80x24.org>
Sat, 24 Apr 2021 09:28:46 +0000 (09:28 +0000)
committerEric Wong <e@80x24.org>
Sat, 24 Apr 2021 20:10:03 +0000 (16:10 -0400)
commitb6b86cfd238c170ea3e2c4d4179f06c7af139086
treebfca234b1b6a95baeb88e9fabb8fd9d90a5f6d8a
parent7dd4d590e1d5e12b2b767122aeec66124a10acb1
lei import: keep sync info for Maildir and IMAP folders

We aren't using it, yet, but the plan is to be able to use
this information to propagate keyword changes back to IMAP
and Maildir folders using some to-be-implemented command.

"lei inspect" is a half-baked new command to make testing this
change easier.  It will be updated to support more SQLite+Xapian
introspection duties in the future, including public-inbox
things independent of lei.
MANIFEST
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiImport.pm
lib/PublicInbox/LeiInput.pm
lib/PublicInbox/LeiInspect.pm [new file with mode: 0644]
lib/PublicInbox/LeiSearch.pm
lib/PublicInbox/LeiStore.pm
t/lei-import-imap.t
t/lei-import-maildir.t