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 95D671F5AE for ; Sun, 2 May 2021 06:05:42 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/6] lei: more steps towards kw sync Date: Sun, 2 May 2021 06:05:36 +0000 Message-Id: <20210502060542.11598-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 6/6 is a fairly significant change, but I think it's worth doing by default to make things less surprising for eventual users of "lei export-kw" (I'm not sure if that's even a good name). Eric Wong (6): lei : combine written/results into one line lei_input: common net_merge_all_done for lei lei_input: reject --mail-sync if using HTTP(S) for now lei: simplify workers_start API net_writer: use "FLAGS.SILENT" to set keywords lei : writes to Maildirs and IMAP use mail-sync lib/PublicInbox/LEI.pm | 5 +++-- lib/PublicInbox/LeiBlob.pm | 2 +- lib/PublicInbox/LeiConvert.pm | 2 +- lib/PublicInbox/LeiImport.pm | 9 ++------- lib/PublicInbox/LeiInput.pm | 9 +++++++++ lib/PublicInbox/LeiLsSearch.pm | 2 +- lib/PublicInbox/LeiMirror.pm | 2 +- lib/PublicInbox/LeiP2q.pm | 2 +- lib/PublicInbox/LeiQuery.pm | 7 +++---- lib/PublicInbox/LeiStore.pm | 8 ++++---- lib/PublicInbox/LeiTag.pm | 9 ++------- lib/PublicInbox/LeiToMail.pm | 24 +++++++++++++++++------- lib/PublicInbox/LeiXSearch.pm | 9 +++++---- lib/PublicInbox/NetWriter.pm | 14 ++++++-------- t/lei-import-http.t | 5 +++++ xt/net_writer-imap.t | 9 +++++++-- 16 files changed, 68 insertions(+), 50 deletions(-)