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 592471F9FD for ; Tue, 16 Mar 2021 01:43:45 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] keyword handling cleanups Date: Tue, 16 Mar 2021 07:43:43 +0600 Message-Id: <20210316014345.24569-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Preparation for splitting out labels vs keywords, since they'll probably be different things internally for us to match JMAP behavior. Eric Wong (2): mbox: move mbox_keywords to MboxReader lei_store: remove maildir_keywords lib/PublicInbox/LEI.pm | 2 +- lib/PublicInbox/LeiConvert.pm | 4 ++-- lib/PublicInbox/LeiImport.pm | 3 ++- lib/PublicInbox/LeiStore.pm | 20 -------------------- lib/PublicInbox/LeiToMail.pm | 4 ++-- lib/PublicInbox/MboxReader.pm | 12 ++++++++++++ t/lei_store.t | 14 -------------- t/mbox_reader.t | 10 ++++++++++ 8 files changed, 29 insertions(+), 40 deletions(-)