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 E33D21F5AE for ; Thu, 22 Apr 2021 09:08:22 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] lei import: network sync things Date: Thu, 22 Apr 2021 07:08:19 -0200 Message-Id: <20210422090822.18869-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Once keyword synchronization exists; I'll be able to retire my personal uses of offlineimap and mbsync... Eric Wong (3): imap_tracker: prepare for use with lei lei import: --incremental default for NNTP and IMAP lei import|convert: drop --no-kw aliases Documentation/lei-import.pod | 2 +- Documentation/lei-store-format.pod | 1 + lib/PublicInbox/IMAPTracker.pm | 22 ++++++++++++++-------- lib/PublicInbox/LEI.pm | 9 +++++---- lib/PublicInbox/LeiImport.pm | 5 +++++ lib/PublicInbox/NetReader.pm | 13 +++++++++---- t/lei-import-imap.t | 3 +++ t/lei-import-nntp.t | 3 +++ t/lei.t | 3 +-- 9 files changed, 42 insertions(+), 19 deletions(-)