* add 'mu add' and 'mu remove' commands for adding, removing messages from the database
This commit is contained in:
48
man/mu-remove.1
Normal file
48
man/mu-remove.1
Normal file
@ -0,0 +1,48 @@
|
||||
.TH MU REMOVE 1 "August 2011" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
|
||||
mu remove\- remove one or more messages to the database
|
||||
|
||||
.SH SYNOPSIS
|
||||
|
||||
.B mu remove <file> [<files>]
|
||||
|
||||
.SH DESCRIPTION
|
||||
|
||||
\fBmu remove\fR removes specific messages from the database, each of them
|
||||
specified by their filename. The files do not have to exist (anymore).
|
||||
|
||||
.SH OPTIONS
|
||||
|
||||
\fBmu remove\fR does not have its own options, but the general options for
|
||||
determining the location of the database (\fI--muhome\fR) are available. See
|
||||
\fBmu-index(1)\fR for more information.
|
||||
|
||||
.SH RETURN VALUE
|
||||
|
||||
\fBmu remove\fR returns 0 upon success; in general, the following error codes are
|
||||
returned:
|
||||
|
||||
.nf
|
||||
| code | meaning |
|
||||
|------+-----------------------------------|
|
||||
| 0 | ok |
|
||||
| 1 | general error |
|
||||
| 5 | some database update error |
|
||||
.fi
|
||||
|
||||
.SH BUGS
|
||||
|
||||
Please report bugs if you find them:
|
||||
.BR http://code.google.com/p/mu0/issues/list
|
||||
|
||||
.SH AUTHOR
|
||||
|
||||
Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
|
||||
|
||||
.SH "SEE ALSO"
|
||||
|
||||
.BR mu(1)
|
||||
.BR mu-index(1)
|
||||
.BR mu-add(1)
|
||||
Reference in New Issue
Block a user