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 34C101F4B4; Mon, 1 Feb 2021 06:40:53 +0000 (UTC) Date: Mon, 1 Feb 2021 06:40:53 +0000 From: Eric Wong To: Kyle Meyer Cc: meta@public-inbox.org Subject: Re: [PATCH 2/2] doc: add lei-overview(7) Message-ID: <20210201064052.GA2996@dcvr> References: <20210201055704.26683-1-kyle@kyleam.com> <20210201055704.26683-3-kyle@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210201055704.26683-3-kyle@kyleam.com> List-Id: Kyle Meyer wrote: > +=item $ lei q -t -o t.mbox --format mboxrd --mua=mutt s:lei s:skeleton > > +Write mboxrd-formatted results to t.mbox and enter mutt to view the > +file by invoking C. Thanks for this series. I'll take a closer look later (or tomorrow) mutt actually uses mboxcl2, so it's probably better to use mboxcl2 in examples involving mutt. I would also prefer "-f" in examples if the rest of the args are using short switches. No need to resend just for that, I can fix up locally before pushing.