From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 012FC1F405 for ; Tue, 30 Jan 2024 06:31:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1706596271; bh=3wcqVkI+ubEV8KsgDF4YHfvpDjR3CQn5DxxhEtgVZXk=; h=From:To:Subject:Date:From; b=GJMaWMkvPURdaMxyK2iB/AHKDFJJy3uNTKqSJf/tpuC2yWmqerRY2t0mxBp9Ph3bS SqchrnVVCPvG3M6dla+C/H13OIFmqD1svtQZzMwXAvZncsa5g+qH99361WPK9Hdv84 TriiY5CsAPTCSjs6Mt4GT9KBusy3h2MSzCUZKADs= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] watch: add MH support + lei doc Date: Tue, 30 Jan 2024 06:31:08 +0000 Message-ID: <20240130063110.1116767-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: I'm not sure if I want to deal with supporting MH writes; but reads should be mostly safe (I hope...) Eric Wong (2): watch: support incremental updates from MH doc/lei-mail-formats: update MH read-only status Documentation/lei-mail-formats.pod | 16 +++- Documentation/public-inbox-watch.pod | 16 ++-- MANIFEST | 1 + lib/PublicInbox/Watch.pm | 92 ++++++++++++++------ t/watch_maildir.t | 2 +- t/watch_mh.t | 120 +++++++++++++++++++++++++++ 6 files changed, 211 insertions(+), 36 deletions(-) create mode 100644 t/watch_mh.t