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 2B1241F4B4 for ; Mon, 5 Apr 2021 10:27:52 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/5] lei_to_mail fixes Date: Mon, 5 Apr 2021 10:27:47 +0000 Message-Id: <20210405102752.6249-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Some stuff I noticed while preparing for saved searches Eric Wong (5): lei_to_mail: trim down imports lei_tag: fix comments w.r.t support levels lei: maildir: move shard support to MdirReader lei_to_mail: improve comments and reduce LoC lei q: fix auth IMAP --output with remote mboxrd lib/PublicInbox/InboxWritable.pm | 4 +- lib/PublicInbox/LeiInput.pm | 2 +- lib/PublicInbox/LeiOverview.pm | 14 ++--- lib/PublicInbox/LeiTag.pm | 8 +-- lib/PublicInbox/LeiToMail.pm | 92 ++++++++++++-------------------- lib/PublicInbox/LeiXSearch.pm | 4 +- lib/PublicInbox/MdirReader.pm | 25 +++++++-- t/lei-convert.t | 2 +- t/lei_to_mail.t | 8 +-- 9 files changed, 73 insertions(+), 86 deletions(-)