* remove some of the lesser-used single-char versions of command line args

This commit is contained in:
Dirk-Jan C. Binnema
2010-08-27 08:26:41 +03:00
parent 89f2182f03
commit 01ff6d4fc1
6 changed files with 37 additions and 20 deletions

View File

@ -165,7 +165,7 @@ order (e.g., from lowest to highest). This is usually a good choice, but for
dates it may be more useful to sort in the opposite direction.
.TP
\fB\-x\fR, \fB\-\-xquery\fR
\fB\-\-xquery\fR
shows the Xapian query corresponding to your search terms. This is primarily
meant for for debugging purposes.
@ -176,7 +176,7 @@ output a summary based on up to \fI\len\fR lines of the message. The default is
, or no summary.
.TP
\fB\-l\fR, \fB\-\-linksdir\fR \fR=\fI<dir>\fR and \fB\-c\fR, \fB\-\-clearlinks\fR
\fB\-\-linksdir\fR \fR=\fI<dir>\fR and \fB\-c\fR, \fB\-\-clearlinks\fR
output the results as a maildir with symbolic links to the found
messages. This enables easy integration with mail-clients (see below for more
information). \fBmu\fR will create the maildir if it does not exist yet.

View File

@ -66,15 +66,15 @@ starts searching at \fI<maildir>\fR. By default, \fBmu\fR uses whatever the
Also please see the note on mixing sub-maildirs below.
.TP
\fB\-r\fR, \fB\-\-reindex\fR
\fB\-\-reindex\fR
re-index all mails, even ones that are already in the database.
.TP
\fB\-n\fR, \fB\-\-nocleanup\fR
\fB\-\-nocleanup\fR
disables the database cleanup that \fBmu\fR does by default after indexing.
.TP
\fB\-y\fR, \fB\-\-rebuild\fR
\fB\-\-rebuild\fR
clear all messages from the database before
indexing. This is effectively the same as removing the database. The
difference with \fB\-\-reindex\fR is that \fB\-\-rebuild\fR guarantees that
@ -85,7 +85,7 @@ messages (using \fB\-\-maildir\fR). For this reason, it is necessary to run
format. \fBmu index\fR will issue a warning about this.
.TP
\fB\-u\fR, \fB\-\-autoupgrade\fR automatically use \fB\-y\fR, \fB\-\-empty\fR
\fB\-\-autoupgrade\fR automatically use \fB\-y\fR, \fB\-\-empty\fR
when \fBmu\fR notices that the database version is not up-to-date. This option
is for use in cron scripts and the like, so they won't require any user
interaction, even when mu introduces a new database vesion.

View File

@ -25,6 +25,12 @@ will create three Maildirs \fItom\fR, \fIdick\fR and \fIharry\fR.
If the creation somehow fails, for safety reasons, \fBno\fR attempt is made to
remove any parts that were created.
.SH OPTIONS
.TP
\fB\-\-mode\fR=<mode>
set the file access mode for the new maildir as in chmod(1)
.SH BUGS
There probably are some; please report bugs when you find them:
@ -38,3 +44,4 @@ Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
.BR maildir(5)
.BR mu(1)
.BR chmod(1)

View File

@ -87,10 +87,11 @@ man-pages; here the general options are discussed.
.SH GENERAL OPTIONS
\fBmu\fR offers a number of general options that apply to all commands:
\fBmu\fR offers a number of general options that apply to all commands,
including \fBmu\fR without any command.
.TP
\fB\-a\fR, \fB\-\-muhome\fR
\fB\-m\fR, \fB\-\-muhome\fR
causes \fBmu\fR to use an alternative directory to
store and read its database and logs. By default, \fI~/.mu\fR is used.
@ -111,7 +112,7 @@ 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.
.TP
\fB\-e\fR, \fB\-\-log-stderr\fR
\fB\-\-log-stderr\fR
causes \fBmu\fR not to output all log messages
to standard error, in addition to sending them to the log file.