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 675B81F5AE for ; Fri, 28 May 2021 00:07:57 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/6] lei: odds and ends and a resend Date: Fri, 28 May 2021 00:07:51 +0000 Message-Id: <20210528000757.20500-1-e@80x24.org> In-Reply-To: <20210527104949.3003-1-e@80x24.org> References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: "lei: handle a single IMAP message in most places" didn't actually apply, since I was still running 3/6 in this series. I've been having trouble reproducing the uncommitted transaction error messages I've been seeing from lms, but hopefully 3/6 can eventually find it. 1/6 and 2/6 were somethings I noticed randomly. Been looking into FUSE support for exposing lei/store as a Maildir, too. Eric Wong (6): viewdiff: make $UNSAFE a variable viewdiff: escape '{' and '}' for regexp lei_mail_sync: debug code for uncommitted txn lei: mark reorder-and-rewrite-local-history as a TODO item lei: handle a single IMAP message in most places lei: add TODO item for FUSE mount lib/PublicInbox/LEI.pm | 13 ++++++------- lib/PublicInbox/LeiInspect.pm | 24 ++++++++++++++++++++++-- lib/PublicInbox/LeiLcat.pm | 33 ++++++++++++++++++++------------- lib/PublicInbox/LeiMailSync.pm | 33 +++++++++++++++++++++++++++++++++ lib/PublicInbox/LeiToMail.pm | 8 +++++++- lib/PublicInbox/LeiXSearch.pm | 3 +++ lib/PublicInbox/NetReader.pm | 9 +++++++-- lib/PublicInbox/ViewDiff.pm | 11 +++++------ t/lei-import-imap.t | 15 +++++++++++++++ 9 files changed, 118 insertions(+), 31 deletions(-)