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=-3.3 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id D3D561F4B4 for ; Wed, 31 Mar 2021 03:15:39 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1617160537; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ivwrbVhC7LbflJPA9d8afl2VHI3SUbvj0br+T2kPV+s=; b=BNJ1Ym3o9lycDuKLKtN7JAXTzmJDogqaXsMmK0fM8Y6CieudIfLVLGzCynk6H8LpXQl814 z7l+rD45z0BtUVBF9wv0zHmwJ4bFW4DolYmKsfzxZSj/Ksp857Uu7sRCmA+kvuSu6gSSNz tmsGnlxgIFJxHQ3Takjb+iwMcdUXRyR69qEwWlCOR30rR3/JKNdqFnRVvyKwORn4rczDZQ mcuB38C4k5xm5/NH6sZFkB+6YpBk5b1EpKNtknIoDmEDB73j/EPgWzA2ILwgPOv+hDBj9B ttpChJCeC5tJxxcw2rkhJ1u17v0QXx9eSZ6tnimvDH3Y9BDB6M00HucIcQRkkg== From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH 1/2] doc: add lei-mail-formats(5) manpage In-Reply-To: <20210331004109.32610-2-e@80x24.org> References: <20210331004109.32610-1-e@80x24.org> <20210331004109.32610-2-e@80x24.org> Date: Tue, 30 Mar 2021 23:15:35 -0400 Message-ID: <87mtuk2eug.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: Eric Wong writes: > While plenty of online documentation exists, it's good to have > a locally-available summary for users to look at offline. That's great. Thanks! (The other patch makes sense to me too.)