* small updates for mu.1 manpage

This commit is contained in:
djcb
2013-03-17 19:46:40 +02:00
parent 9c7d2e3b16
commit fdcd9bde24

View File

@ -1,4 +1,4 @@
.TH MU 1 "January 2012" "User Manuals" .TH MU 1 "March 2013" "User Manuals"
.SH NAME .SH NAME
@ -7,19 +7,41 @@ index and search e-mail messages.
.SH SYNOPSIS .SH SYNOPSIS
In alphabetical order:
.B mu [options] .B mu [options]
general mu command
.B mu index [options] .B mu add
add specific messages to the database
.B mu find [options] <search expression>
.B mu view <file> [<files>]
.B mu mkdir [options] <dir> [<dirs>]
.B mu extract [options] <file> [<parts>] [<regexp>]
.B mu cfind [options] [<regexp>] .B mu cfind [options] [<regexp>]
find contacts
.B mu extract [options] <file> [<parts>] [<regexp>]
extract attachments and other MIME-parts
.B mu find [options] <search expression>
find messages
.B mu index [options]
(re)index the messages in a Maildir
.B mu mkdir [options] <dir> [<dirs>]
create a new Maildir
.B mu remove [options]
remove specific messages from the database
.B mu script [options]
run a mu (Guile) script
.B mu server [options]
start a server process (for \fBmu4e\fR-internal use)
.B mu view <file> [<files>]
view a specific message
.SH DESCRIPTION .SH DESCRIPTION