=head1 NAME lei-q - search for messages matching terms =head1 SYNOPSIS lei q [OPTIONS] TERM [TERM...] =head1 DESCRIPTION Search for messages across the lei store and externals. TODO: Give common prefixes, or at least a description/reference. =head1 OPTIONS =over =item -o PATH, --output=PATH, --mfolder=PATH Destination for results (e.g., C or - for stdout). Default: - =item -f FORMAT, --format=FORMAT Format of results: C, C, C, C, C, C, C, or C. The default format used depends on C<--output>. TODO: Provide description of formats? =item --pretty Pretty print C or C output. If stdout is opened to a tty and used as the C<--output> destination, C<--pretty> is enabled by default. =item --mua=COMMAND A command to run on C<--output> Maildir or mbox (e.g., C). For a subset of MUAs known to accept a mailbox via C<-f>, COMMAND can be abbreviated to the name of the program: C, C, C, or C. =item -a, --augment Augment output destination instead of clobbering it. =item -t, --threads Return all messages in the same thread as the actual match(es). =item -d STRATEGY, --dedupe=STRATEGY Strategy for deduplicating messages: C, C, C, or C. Default: C TODO: Provide description of strategies? =item --[no-]remote Whether to include results requiring network access. When local externals are configured, C<--remote> must be explicitly passed to enable reporting of results from remote externals. =item --no-local Limit operations to those requiring network access. =item --no-external Don't include results from externals. =item -NUMBER, -n NUMBER, --limit=NUMBER Limit the number of matches. Default: 10000 =item --offset=NUMBER Shift start of search results. Default: 0 =item -r, --reverse Reverse the results. Note that this applies before C<--limit>. =item -s KEY, --sort=KEY Order the results by KEY. Valid keys are C, C, and C. Default: C =item -v, --verbose Provide more feedback on stderr. =item --torsocks=auto|no|yes, --no-torsocks Whether to wrap L and L commands with torsocks. Default: C =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