1MU(REMOVE) User Manuals MU(REMOVE)
2
3
4
6 mu remove is the mu command to remove messages from the database.
7
8
10 mu remove [options] <file> [<files>]
11
12
14 mu remove removes specific messages from the database, each of them
15 specified by their filename. The files do not have to exist in the file
16 system.
17
18
20 mu remove does not have its own options, but the general options for
21 determining the location of the database (--muhome) are available. See
22 mu-index(1) for more information.
23
24
26 mu remove returns 0 upon success; in general, the following error codes
27 are returned:
28
29 | code | meaning |
30 |------+-----------------------------------|
31 | 0 | ok |
32 | 1 | general error |
33 | 5 | some database update error |
34
35
37 Please report bugs if you find them: https://github.com/djcb/mu/issues
38
39
41 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
42
43
45 mu(1), mu-index(1), mu-add(1)
46
47
48
49July 2012 1 MU(REMOVE)