=head1 NAME lei-rm - unindex a message in lei/store =head1 SYNOPSIS lei rm [OPTIONS] (-|--stdin) lei rm [OPTIONS] LOCATION =head1 DESCRIPTION Removes message(s) and associated private metadata from lei/store indices. It does not affect messages stored in externals, so it's still possible to get "removed" messages from externals in L search results. This does not remove the message from underlying git storage nor does it remove messages from Maildir/mbox/IMAP/etc. sources. =head1 OPTIONS =over =item - =item --stdin Read input from standard input. This is the default if standard input is a pipe or regular file and there are no arguments on the command-line. =item -F MAIL_FORMAT =item --in-format=MAIL_FORMAT Message input format: C, C, C, C, or C when reading from stdin or using one of the mbox variants. Not necessary when using an IMAP URL, NNTP URL or Maildir. Default: C when reading from stdin or if the file suffix ends in C<.patch> or C<.eml>. =item --lock=METHOD L locking method(s) to use: C, C, C or C. Default: fcntl,dotlock =item -q =item --quiet Suppress feedback messages. =back =head1 CONTACT Feedback welcome via plain-text mail to L The mail archives are hosted at L and L =head1 COPYRIGHT Copyright all contributors L License: AGPL-3.0+ L =head1 SEE ALSO L