* update docs, www

This commit is contained in:
Dirk-Jan C. Binnema
2011-08-03 23:04:38 +03:00
parent 42d69b7501
commit 757c533be7
4 changed files with 22 additions and 16 deletions

View File

@ -6,7 +6,7 @@ mu mv\- move a message file to a Maildir
.SH SYNOPSIS
.B mu mv [--flags=<flags>] [--updatedb] [--printtarget] <source-path> <target-maildir>
.B mu mv [--flags=<flags>] [--printtarget] <source-path> <target-maildir>
.SH DESCRIPTION
@ -29,6 +29,10 @@ Note, unlike the UNIX \fImv\fR command, \fImu mv\fR takes precisely two
parameters. It's recommended not to use wildcards on the shell, the result may
be unexpected.
Also note, \fBmu mv\fR only updates the file system; it does \fBnot\fR update
the database. To update the database, there is \fBmu index(1)\fR or \fBmu add\fR
and \fBmu remove\fR.
.SH OPTIONS
.TP
@ -41,12 +45,6 @@ The flags is a sequence of characters from the set D (draft), F (flagged) ,N
(new), P (passed), R (replied), S (seen) and T (trashed). Note, the
flags-parameter is case-sensitive.
.TP
\fB\-\-updatedb\fR
update the Xapian database after the move. You can use the general
\fB\-\-muhome=\fR option to specify the database if it does not live at the
default place.
.TP
\fB\-\-printtarget\fR
return the target path on standard output upon succesful completion of the
@ -118,4 +116,7 @@ Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
.BR maildir(5)
.BR mu(1)
.BR mu-index(1)
.BR mu-add(1)
.BR mu-remove(1)
.BR chmod(1)