]> Sergey Matveev's repositories - public-inbox.git/commit
lei forget-mail-sync: new command to drop sync information
authorEric Wong <e@80x24.org>
Tue, 25 May 2021 11:01:36 +0000 (11:01 +0000)
committerEric Wong <e@80x24.org>
Tue, 25 May 2021 18:42:09 +0000 (18:42 +0000)
commitbfe6a3e13c286d60a5bfa46cef7625f83ae0ca18
treea600016bf97e6364e1cb4990f11700d74a84c133
parent172d2d126cb9c0fa78b41a01f285f9294cc78f15
lei forget-mail-sync: new command to drop sync information

Sometimes a user stops caring to sync an IMAP or Maildir
folder, or wants to force a resync.  Let them run this
command to have lei forget all the sync information about
the mail folder.

This won't delete any stored messages in git, but will
leave "lei index" users with dangling references.
MANIFEST
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiForgetMailSync.pm [new file with mode: 0644]
lib/PublicInbox/LeiMailSync.pm
t/lei-import-imap.t