mu/man/mu.1

228 lines
6.4 KiB
Groff
Raw Normal View History

.TH MU 1 "January 2012" "User Manuals"
2010-01-17 13:03:15 +01:00
.SH NAME
2010-01-17 13:03:15 +01:00
2011-05-25 21:04:13 +02:00
mu \- a set of tools to deal with Maildirs and message files, in particular to
index and search e-mail messages.
2010-01-01 19:45:33 +01:00
.SH SYNOPSIS
2010-01-17 13:03:15 +01:00
2010-11-22 20:45:08 +01:00
.B mu [options]
2010-01-17 13:03:15 +01:00
.B mu index [options]
2010-02-04 21:44:05 +01:00
.B mu find [options] <search expression>
2010-01-01 19:45:33 +01:00
2010-02-04 21:44:05 +01:00
.B mu view <file> [<files>]
2010-02-04 21:44:05 +01:00
.B mu mkdir [options] <dir> [<dirs>]
2011-05-25 21:04:13 +02:00
.B mu extract [options] <file> [<parts>] [<regexp>]
2011-05-25 21:04:13 +02:00
.B mu cfind [options] [<regexp>]
2011-04-05 06:34:22 +02:00
2010-01-01 19:45:33 +01:00
.SH DESCRIPTION
2010-01-17 13:03:15 +01:00
2010-11-30 07:31:59 +01:00
\fBmu\fR is a set of tools for dealing with Maildirs and the e-mail messages
in them.
2010-02-04 21:44:05 +01:00
2010-11-30 07:31:59 +01:00
\fBmu\fRs main function is to enable searching of e-mail messages. It does so
2011-04-05 06:34:22 +02:00
by periodically scanning a Maildir directory tree and analyzing the e-mail
messages found ('indexing'). The results of this analysis are stored in a
database, which can then be queried.
2010-02-04 21:44:05 +01:00
In addition to indexing and searching, \fBmu\fR also offers functionality for
2011-04-05 06:34:22 +02:00
viewing messages, extracting attachments and creating maildirs, and searching
and exporting contact information.
2010-11-30 07:31:59 +01:00
\fBmu\fR can be used from the command line or can be integrated with various
e-mail clients.
2010-11-22 20:45:08 +01:00
This manpage gives a general overview of the available commands
2010-11-30 07:31:59 +01:00
(\fBindex\fR, \fBfind\fR, etc.); each of the \fBmu\fR commands has its
own man-page as well.
.SH COMMANDS
\fBmu\fR offers the following commands:
.TP
\fBindex\fR
for indexing (analyzing) the contents of your Maildirs, and storing the
information in a database. See
.BR mu-index(1)
\.
.TP
2010-10-25 23:25:14 +02:00
\fBfind\fR
for finding messages in your database, using certain search
parameters. See
.BR mu-find(1)
\.
2010-02-04 21:44:05 +01:00
2011-04-05 06:34:22 +02:00
.TP
\fBcfind\fR
for finding contacts (names + e-mail addresses) matching a certain expression,
and exporting the results in various formats for use in other programs.
.BR mu-cfind(1)
\.
2010-02-04 21:44:05 +01:00
.TP
\fBview\fR
for displaying e-mail messages. See
.BR mu-view(1)
\.
.TP
\fBmkdir\fR
for creating Maildirs. See
.BR mu-mkdir(1)
\.
.TP
\fBextract\fR
for extract MIME-parts (such as attachments) from messages. See
.BR mu-extract(1)
\.
2011-05-25 21:04:13 +02:00
.SH COLORS
2010-10-25 23:25:14 +02:00
Some \fBmu\fR sub-commands support colorized output. If you don't want this,
you can use the \fI--nocolor\fR/ option to disable it. Even then, colors will
only shown when output goes to a sufficiently capable terminal (this roughly
mirrors the \fI--color=auto\fR of the GNU-version of the \fBls\fR-command).
2011-05-25 21:04:13 +02:00
Instead of the \fI--color\fR/, you can also set the \fBMU_NOCOLOR\fR
environment variable to non-empty to disable colors.
2011-05-25 21:04:13 +02:00
2011-05-26 22:39:54 +02:00
Currently, \fBmu find\fR, \fBmu view\fR, \fBmu cfind\fR and \fBmu extract\fR
support colors.
2011-05-25 21:04:13 +02:00
.SH ENCODING
\fBmu\fR's output is in the current locale, with the exceptions of the output
specifically meant for output to UTF8-encoded files. In practice, this means
that the output of commands \fBindex\fR, \fBview\fR,
\fBextract\fR is always encoded according to the current locale.
The same is true for \fBfind\fR and \fBcfind\fR, with some exceptions, where
the output is always UTF-8, regardless of the locale.
For \fBcfind\fR the exception is \fI--format=bbdb\fR. This is hard-coded to
UTF-8, and as such specified in the output-file, so emacs/bbdb can handle it
correctly without guessing.
For \fBfind\fR the output is encoded according the locale for
\fI--format=plain\fR (the default), and UTF-8 for all other formats
(\fIjson\fR, \fIsexp\fR, \fIxml\fR).
2011-05-25 21:04:13 +02:00
.SH DATABASE AND FILE
2010-10-25 23:25:14 +02:00
Commands \fBmu index\fR and \fBfind\fR and \fBcfind\fR work with the database,
while the other ones work on invidual mail files. Hence, running \fview\fR,
\fBmkdir\fR and \fBextract\fR does not require the mu database.
The various commands are discussed in more detail in their own separate
man-pages; here the general options are discussed.
2010-01-01 19:45:33 +01:00
2010-10-25 23:25:14 +02:00
.SH OPTIONS
2010-01-17 13:03:15 +01:00
\fBmu\fR offers a number of general options that apply to all commands,
including \fBmu\fR without any command.
2010-01-06 20:40:46 +01:00
.TP
\fB\-\-muhome\fR
2010-01-17 14:12:57 +01:00
causes \fBmu\fR to use an alternative directory to
2010-01-17 13:03:15 +01:00
store and read its database and logs. By default, \fI~/.mu\fR is used.
2010-01-06 20:40:46 +01:00
.TP
2010-01-17 14:12:57 +01:00
\fB\-d\fR, \fB\-\-debug\fR
makes \fBmu\fR generate extra debug information,
2010-01-17 13:03:15 +01:00
useful for debugging the program itself. By default, debug information goes to
the log file, \fI~/.mu/mu.log\fR. It can safely be deleted when \fBmu\fR is
2010-11-30 07:31:59 +01:00
not running. When running with \fB--debug\fR option, the log file can grow
rather quickly. See the note on logging below.
2010-01-06 20:40:46 +01:00
.TP
2010-01-17 14:12:57 +01:00
\fB\-q\fR, \fB\-\-quiet\fR
causes \fBmu\fR not to output informational
2010-01-17 13:03:15 +01:00
messages and progress information to standard output, but only to the log
file. Error messages will still be sent to standard error. Note that \fBmu
index\fR is \fBmuch\fR faster with \fB\-\-quiet\fR, so it is recommended you
use this option when using \fBmu\fR from scripts etc.
2010-01-06 20:40:46 +01:00
.TP
\fB\-\-log-stderr\fR
2010-11-30 07:31:59 +01:00
causes \fBmu\fR to \fBnot\fR output log messages to standard error, in
addition to sending them to the log file.
2010-01-06 20:40:46 +01:00
.TP
2010-01-17 14:12:57 +01:00
\fB\-v\fR, \fB\-\-version\fR
2010-11-30 07:31:59 +01:00
prints \fBmu\fR version and copyright information.
2010-01-06 20:40:46 +01:00
.TP
2010-01-17 14:12:57 +01:00
\fB\-h\fR, \fB\-\-help\fR
2010-11-30 07:31:59 +01:00
lists the various command line options, while \fB\-\-help\-index\fR,
\fB\-\-help\-find\fR and \fB\-\-help\-all\fR list only the options for
respectively the specified command or for all commands.
2010-01-06 20:40:46 +01:00
2011-08-13 01:35:05 +02:00
.SH ERROR CODES
The various mu subcommands typically exit with 0 (zero) upon success, and
non-zero when some error occured. The table lists the various error codes.
.nf
exit code | error
2011-08-13 01:35:05 +02:00
----------+-------------------------------------------
1 | MU_ERROR
2 | MU_ERROR_IN_PARAMETERS
3 | MU_ERROR_INTERNAL
4 | MU_ERROR_NO_MATCHES
|
11 | MU_ERROR_XAPIAN
|
13 | MU_ERROR_XAPIAN_QUERY
14 | MU_ERROR_XAPIAN_DIR_NOT_ACCESSIBLE
15 | MU_ERROR_XAPIAN_NOT_UP_TO_DATE
16 | MU_ERROR_XAPIAN_MISSING_DATA
17 | MU_ERROR_XAPIAN_CORRUPTION
18 | MU_ERROR_XAPIAN_CANNOT_GET_WRITELOCK
30 | MU_ERROR_GMIME
|
50 | MU_ERROR_CONTACTS
51 | MU_ERROR_CONTACTS_CANNOT_RETRIEVE
|
70 | MU_ERROR_FILE
71 | MU_ERROR_FILE_INVALID_NAME
72 | MU_ERROR_FILE_CANNOT_LINK
73 | MU_ERROR_FILE_CANNOT_OPEN
74 | MU_ERROR_FILE_CANNOT_READ
75 | MU_ERROR_FILE_CANNOT_CREATE
76 | MU_ERROR_FILE_CANNOT_MKDIR
77 | MU_ERROR_FILE_STAT_FAILED
78 | MU_ERROR_FILE_READDIR_FAILED
79 | MU_ERROR_FILE_INVALID_SOURCE
2011-08-13 01:35:05 +02:00
.fi
2010-01-01 19:45:33 +01:00
.SH BUGS
2010-11-30 21:11:40 +01:00
2010-09-22 23:04:37 +02:00
Please report bugs if you find them:
2010-01-01 19:45:33 +01:00
.BR http://code.google.com/p/mu0/issues/list
.SH AUTHOR
2010-01-17 13:03:15 +01:00
2010-01-01 19:45:33 +01:00
Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
.SH "SEE ALSO"
2010-01-17 13:03:15 +01:00
2011-05-25 21:04:13 +02:00
.BR mu-index(1)
.BR mu-find(1)
.BR mu-cfind(1)
.BR mu-mkdir(1)
.BR mu-view(1)
.BR mu-extract(1)
.BR mu-easy(1)
.BR mu-bookmarks(5)