From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 579091F8C6 for ; Tue, 31 Aug 2021 11:21:26 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 00/10] lei: several bug fixes and refinements Date: Tue, 31 Aug 2021 11:21:16 +0000 Message-Id: <20210831112126.13406-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Another pile of things found while working on better synchronization. Eric Wong (10): lei_mail_sync: forget_folder: simplify code lei prune-mail-sync: handle --all (no args) lei_mail_sync: simplify group2folders lei_mail_sync: make rename_folder more robust t/lei-watch: avoid race between glob + readlink lei note-event: always flush changes on daemon exit lei: refresh watches before MUA spawn for Maildir lei_mail_sync: set_src uses binary OIDs lei: fix error reporting from lei/store -> lei-daemon lei/store: correctly delete entries from over lib/PublicInbox/LEI.pm | 4 ++++ lib/PublicInbox/LeiMailSync.pm | 36 ++++++++++++++++++++++------------ lib/PublicInbox/LeiStore.pm | 8 +++++--- lib/PublicInbox/LeiStoreErr.pm | 14 +++++++++++-- t/lei-watch.t | 2 +- t/lei_mail_sync.t | 15 +++++++------- 6 files changed, 53 insertions(+), 26 deletions(-)