1MU REMOVE(1)                General Commands Manual               MU REMOVE(1)
2
3
4

NAME

6       mu remove - command to remove messages from the database.
7
8

SYNOPSIS

10       mu [common-options] remove [options] <file> [<files>]
11
12

DESCRIPTION

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

REMOVE OPTIONS

20   --muhome
21       use  a  non-default directory to store and read the database, write the
22       logs, etc.  By default, mu uses the XDG  Base  Directory  Specification
23       (e.g. on GNU/Linux this defaults to ~/.cache/mu and ~/.config/mu). Ear‐
24       lier  versions  of  mu  defaulted  to   ~/.mu,   which   now   requires
25       --muhome=~/.mu.
26
27
28       The  environment  variable  MUHOME  can  be  used  as an alternative to
29       --muhome. The latter has precedence.
30
31

COMMON OPTIONS

33   -d, --debug
34       makes mu generate extra debug information,  useful  for  debugging  the
35       program  itself.  By  default,  debug information goes to the log file,
36       ~/.cache/mu/mu.log.  It can safely be deleted when mu is  not  running.
37       When running with --debug option, the log file can grow rather quickly.
38       See the note on logging below.
39
40
41   -q, --quiet
42       causes mu not to output informational messages and progress information
43       to standard output, but only to the log file. Error messages will still
44       be sent to standard error. Note that  mu  index  is  much  faster  with
45       --quiet,  so  it  is recommended you use this option when using mu from
46       scripts etc.
47
48
49   --log-stderr
50       causes mu to not output log messages to standard error, in addition  to
51       sending them to the log file.
52
53
54   --nocolor
55       do  not  use ANSI colors. The environment variable NO_COLOR can be used
56       as an alternative to --nocolor.
57
58
59   -V, --version
60       prints mu version and copyright information.
61
62
63   -h, --help
64       lists the various command line options.
65
66

REPORTING BUGS

68       Please report bugs at https://github.com/djcb/mu/issues.
69
70

AUTHOR

72       Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
73
74
76       This manpage is part of mu 1.10.5.
77
78
79       Copyright © 2022-2023 Dirk-Jan C. Binnema. License GPLv3+: GNU GPL ver‐
80       sion  3  or later https://gnu.org/licenses/gpl.html. This is free soft‐
81       ware: you are free to change and redistribute it. There is NO WARRANTY,
82       to the extent permitted by law.
83
84

SEE ALSO

86       mu(1), mu-index(1), mu-add(1)
87
88
89
90                                                                  MU REMOVE(1)
Impressum