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

NAME

6       mu info  - show information about the mu database
7
8

SYNOPSIS

10       mu [common options] info
11
12

DESCRIPTION

14       mu  info  is  the mu command for getting information about the mu data‐
15       base. Note that while running (e.g. mu4e), some of the information  may
16       be slightly delayed due to database caching.
17
18

COMMON OPTIONS

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

EXIT CODE

55       This  command  returns 0 upon successful completion, or a non-zero exit
56       code otherwise. Typical values are 2 (no matches found),  11  (database
57       schema mismatch) and 12 (failed to acquire database lock).
58
59
60   no matches found (2)
61       Nothing matching found; try a different query
62
63
64   database schema mismatch (11)
65       You need to re-initialize mu, see mu-init(1)
66
67
68   failed to acquire lock (19)
69       Some other program has exclusive access to the mu (Xapian) database
70
71

REPORTING BUGS

73       Please report bugs at https://github.com/djcb/mu/issues.
74
75

AUTHOR

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

SEE ALSO

91       maildir(5), mu(1)
92
93
94
95                                                                    MU INFO(1)
Impressum