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 03D1F1F4B4; Mon, 1 Feb 2021 11:37:29 +0000 (UTC) Date: Mon, 1 Feb 2021 11:37:28 +0000 From: Eric Wong To: Kyle Meyer Cc: meta@public-inbox.org Subject: Re: [PATCH 2/2] doc: add lei-overview(7) Message-ID: <20210201113728.GA20054@dcvr> References: <20210201055704.26683-1-kyle@kyleam.com> <20210201055704.26683-3-kyle@kyleam.com> <20210201064052.GA2996@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210201064052.GA2996@dcvr> List-Id: Eric Wong wrote: > 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) It seems fine, pushed as commit e49cf9c629c0fd3024bdb63b5c5e84b590814c4e Thanks again > 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. diff --git a/Documentation/lei-overview.pod b/Documentation/lei-overview.pod index 988896ce..d1903045 100644 --- a/Documentation/lei-overview.pod +++ b/Documentation/lei-overview.pod @@ -51,9 +51,9 @@ Search for messages whose subject includes "lei" and "skeleton". Do the same, but also report unmatched messages that are in the same thread as a matched message. -=item $ lei q -t -o t.mbox --format mboxrd --mua=mutt s:lei s:skeleton +=item $ lei q -t -o t.mbox -f mboxcl2 --mua=mutt s:lei s:skeleton -Write mboxrd-formatted results to t.mbox and enter mutt to view the +Write mboxcl2-formatted results to t.mbox and enter mutt to view the file by invoking C. =back