=head1 NAME lei-lcat - display local copy of messages(s) =head1 SYNOPSIS lei lcat [OPTIONS] MSGID_OR_URL [MSGID_OR_URL...] lei lcat [OPTIONS] (--stdin|-) =head1 DESCRIPTION lcat (local cat) is a wrapper around L that displays local messages by Message-ID. It is able to extract Message-IDs from URLs as well as from common formats such as C$MSGIDE> and C. When reading from stdin, input that isn't understood is discarded, so the caller doesn't have to bother extracting the Message-ID or link from surrounding text (e.g., a "Link: $URL" line). =head1 OPTIONS The following options, described in L, are supported. One deviation from L is the default output format is C<-f text> when writing to stdout. =over =item --format=FORMAT =item -f FORMAT Most commonly C (the default) or C to display the message(s) in a format suitable for trimming and sending as a email reply. =item --stdin =item - C implicitly reads from stdin if it is a L or regular file. This is handy for invoking C from inside an C<$EDITOR> session (assuming you use an C<$EDITOR> which lets you pipe arbitrary lines to arbitrary commands). =item --[no-]remote =item --no-local =item --no-external =item --no-import-remote =item --torsocks=auto|no|yes, --no-torsocks =item --proxy=PROTO://HOST[:PORT] =item -o MFOLDER, --output=MFOLDER =item -d STRATEGY, --dedupe=STRATEGY =item -t, --threads =item -s KEY, --sort=KEY =item -r, --reverse =item --offset=NUMBER =item -g, --globoff =item -a, --augment =item --lock=METHOD =item --alert=COMMAND =item --mua=COMMAND =item --no-color =back =head1 CONTACT Feedback welcome via plain-text mail to L The mail archives are hosted at L and L =head1 COPYRIGHT Copyright 2021 all contributors L License: AGPL-3.0+ L =head1 SEE ALSO L, L