mu/man/mu-add.1

49 lines
1.0 KiB
Groff
Raw Normal View History

2012-07-19 19:44:49 +02:00
.TH MU ADD 1 "July 2012" "User Manuals"
2012-07-19 19:44:49 +02:00
.SH NAME
2012-07-19 19:44:49 +02:00
mu add\- add one or more messages to the database
.SH SYNOPSIS
.B mu add <file> [<files>]
.SH DESCRIPTION
2013-06-04 00:31:27 +02:00
\fBmu add\fR is the command to add specific message files to the
database. Each file must be specified with an absolute path.
.SH OPTIONS
\fBmu add\fR does not have its own options, but the general options for
determining the location of the database (\fI--muhome\fR) are available. See
2018-03-10 21:08:17 +01:00
\fBmu-index\fR(1) for more information.
.SH RETURN VALUE
\fBmu add\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 https://github.com/djcb/mu/issues
.SH AUTHOR
Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
.SH "SEE ALSO"
2018-03-10 21:08:17 +01:00
.BR mu (1),
.BR mu-index (1),
.BR mu-remove (1)