mu/man/mu.1

164 lines
4.1 KiB
Groff
Raw Normal View History

2011-04-05 06:34:22 +02:00
.TH MU 1 "April 2011" "User Manuals"
2010-01-17 13:03:15 +01:00
2010-01-01 19:45:33 +01:00
.SH NAME
2010-01-17 13:03:15 +01:00
2011-04-05 06:34:22 +02:00
mu \- a set of tools to deal with Maildirs, in particular to index and search
2010-11-30 07:31:59 +01:00
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 cleanup [options]
2010-01-17 13:03:15 +01:00
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>]
.B mu extract [options] <file> [<parts>]
2011-04-05 06:34:22 +02:00
.B mu cfind [options] [<expr>]
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)
\.
2010-02-11 19:18:50 +01:00
.TP
\fBcleanup\fR
for removing messages from the database for which there is no longer a
corresponding message file in the file system. See
.BR mu-cleanup(1)
\.
2010-02-11 19:18:50 +01:00
.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)
\.
2010-10-25 23:25:14 +02:00
2010-11-30 07:31:59 +01:00
.SH COMMANDS
2010-10-25 23:25:14 +02:00
Commands \fBmu index\fR, \fBfind\fR and \fBcleanup\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
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-04-05 06:34:22 +02:00
.BR mu-index(1) mu-cleanup(1) mu-find(1) mu-cfind(1) mu-mkdir(1) mu-view(1)
.BR mu-extract(1) mu-easy(1) mu-bookmarks(5)