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 668F41F5AE for ; Sun, 13 Jun 2021 18:12:06 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] lei: support keywords off a single Maildir file Date: Sun, 13 Jun 2021 18:12:04 +0000 Message-Id: <20210613181206.26754-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: I noticed the bug fixed by 2/2 while working on 1/2 Eric Wong (2): lei_input: allow keywords when importing 1 file from Maildir lei index+import: reject keywords from R/O IMAP lib/PublicInbox/LeiInput.pm | 27 ++++++++++++++++++++++++++- lib/PublicInbox/LeiStore.pm | 3 ++- lib/PublicInbox/NetReader.pm | 11 ++++++----- t/lei-index.t | 22 ++++++++++++++++++++++ 4 files changed, 56 insertions(+), 7 deletions(-)