logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lei-rm - unindex a message in lei/store

Contact

       Feedback welcome via plain-text mail to <mailto:meta@public-inbox.org>

       The       mail       archives      are      hosted      at      <https://public-inbox.org/meta/>      and
       <http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>

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 lei-q search
       results.

       This does not remove the message from underlying git storage nor does it remove messages from
       Maildir/mbox/IMAP/etc. sources.

Name

       lei-rm - unindex a message in lei/store

Options

       -
       --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.

       -F MAIL_FORMAT
       --in-format=MAIL_FORMAT
           Message input format: "eml", "mboxrd", "mboxcl2", "mboxcl", or "mboxo" when  reading  from  stdin  or
           using one of the mbox variants.

           Not necessary when using an IMAP URL, NNTP URL or Maildir.

           Default: "eml" when reading from stdin or if the file suffix ends in ".patch" or ".eml".

       --lock=METHOD
           mbox(5) locking method(s) to use: "dotlock", "fcntl", "flock" or "none".

           Default: fcntl,dotlock

       -q
       --quiet
           Suppress feedback messages.

See Also

lei-store-format(5)

public-inbox.git                                   1993-10-02                                          LEI-RM(1)

Synopsis

       lei rm [OPTIONS] (-|--stdin)

       lei rm [OPTIONS] LOCATION

See Also