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-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 5B4721F9FD for ; Thu, 4 Mar 2021 09:03:16 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/6] lei q --import-augment => --import-before; mbox + IMAP Date: Thu, 4 Mar 2021 17:03:10 +0800 Message-Id: <20210304090316.9568-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: mbox support was the trickiest, and necessitated PATCH 2/6 and 3/6 in addition to https://public-inbox.org/meta/20210304012039.26900-1-e@80x24.org/ ("ds: import croak properly") 6/6 completes the renaming. Eric Wong (6): lei q: support --import-augment for IMAP lei: dclose: do not EPOLL_CTL_DEL w/o event_init lei_xsearch: cleanup {pkt_op_p} on exceptions lei q: --import-augment for mbox and mbox.gz t/lei_to_mail: no need to cat in FIFO test lei q: s/import-augment/import-before/g lib/PublicInbox/LEI.pm | 4 +- lib/PublicInbox/LeiQuery.pm | 2 +- lib/PublicInbox/LeiToMail.pm | 115 +++++++++++++++++++++++----------- lib/PublicInbox/LeiXSearch.pm | 6 ++ lib/PublicInbox/NetReader.pm | 9 ++- lib/PublicInbox/NetWriter.pm | 41 ++++++++++-- t/lei-q-kw.t | 80 +++++++++++++++++++++-- t/lei_to_mail.t | 7 ++- xt/net_writer-imap.t | 36 +++++++++-- 9 files changed, 241 insertions(+), 59 deletions(-)