1LEI-RM(1)                  public-inbox user manual                  LEI-RM(1)
2
3
4

NAME

6       lei-rm - unindex a message in lei/store
7

SYNOPSIS

9       lei rm [OPTIONS] (-|--stdin)
10
11       lei rm [OPTIONS] LOCATION
12

DESCRIPTION

14       Removes message(s) and associated private metadata from lei/store
15       indices.  It does not affect messages stored in externals, so it's
16       still possible to get "removed" messages from externals in lei-q search
17       results.
18
19       This does not remove the message from underlying git storage nor does
20       it remove messages from Maildir/mbox/IMAP/etc. sources.
21

OPTIONS

23       -
24       --stdin
25           Read input from standard input.  This is the default if standard
26           input is a pipe or regular file and there are no arguments on the
27           command-line.
28
29       -F MAIL_FORMAT
30       --in-format=MAIL_FORMAT
31           Message input format: "eml", "mboxrd", "mboxcl2", "mboxcl", or
32           "mboxo" when reading from stdin or using one of the mbox variants.
33
34           Not necessary when using an IMAP URL, NNTP URL or Maildir.
35
36           Default: "eml" when reading from stdin or if the file suffix ends
37           in ".patch" or ".eml".
38
39       --lock=METHOD
40           mbox(5) locking method(s) to use: "dotlock", "fcntl", "flock" or
41           "none".
42
43           Default: fcntl,dotlock
44
45       -q
46       --quiet
47           Suppress feedback messages.
48

CONTACT

50       Feedback welcome via plain-text mail to <mailto:meta@public-inbox.org>
51
52       The mail archives are hosted at <https://public-inbox.org/meta/> and
53       <http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
54
56       Copyright all contributors <mailto:meta@public-inbox.org>
57
58       License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
59

SEE ALSO

61       lei-store-format(5)
62
63
64
65public-inbox.git                  1993-10-02                         LEI-RM(1)
Impressum