Eric Wong <[email protected]> wrote: > Kyle Meyer <[email protected]> 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<mutt -f %f>. > > 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<mutt -f %f>. =back -- unsubscribe: one-click, see List-Unsubscribe header archive: https://public-inbox.org/meta/
