]> Sergey Matveev's repositories - public-inbox.git/commit
lei forget-mail-sync: rely on lei/store process
authorEric Wong <e@80x24.org>
Tue, 17 Aug 2021 08:52:41 +0000 (08:52 +0000)
committerEric Wong <e@80x24.org>
Wed, 18 Aug 2021 11:41:33 +0000 (11:41 +0000)
commit706888be614a26b91be75d39578b9db26772bd00
treec68446d00842eb32d519145e886c6cb1066b5fba
parent77d030df1d292a99291371b3649cff3657fd93c8
lei forget-mail-sync: rely on lei/store process

As implied in commit 6ff03ba2be9247f1
("lei export-kw: do not write directly to mail_sync.sqlite3"),
modifying mail_sync.sqlite3 directly can lead to conflicts
and making everything go through lei/store is easier.
lib/PublicInbox/LeiForgetMailSync.pm
lib/PublicInbox/LeiStore.pm