* use -n for --nocleanup
This commit is contained in:
4
man/mu.1
4
man/mu.1
@ -119,7 +119,7 @@ for more information.
|
|||||||
|
|
||||||
The optional phase two of the indexing-process is the removal of messages from
|
The optional phase two of the indexing-process is the removal of messages from
|
||||||
the database for which there is no longer a corresponding file in the
|
the database for which there is no longer a corresponding file in the
|
||||||
Maildir. If you do not want this, you can use \fB\-u\fR, \fB\-\-nocleanup\fR.
|
Maildir. If you do not want this, you can use \fB\-n\fR, \fB\-\-nocleanup\fR.
|
||||||
|
|
||||||
.SS Indexing options
|
.SS Indexing options
|
||||||
|
|
||||||
@ -137,7 +137,7 @@ environment variable is set to; if that is not set, it tries
|
|||||||
re-index all mails, even ones that are already in the database.
|
re-index all mails, even ones that are already in the database.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fB\-u\fR, \fB\-\-nocleanup\fR
|
\fB\-n\fR, \fB\-\-nocleanup\fR
|
||||||
disables the database cleanup that \fBmu\fR does by default after indexing.
|
disables the database cleanup that \fBmu\fR does by default after indexing.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
|
|||||||
@ -69,7 +69,7 @@ config_options_group_index (MuConfigOptions *opts)
|
|||||||
"empty the database before indexing"},
|
"empty the database before indexing"},
|
||||||
{"autoupgrade", 'u', 0, G_OPTION_ARG_NONE, &opts->autoupgrade,
|
{"autoupgrade", 'u', 0, G_OPTION_ARG_NONE, &opts->autoupgrade,
|
||||||
"automatically upgrade the database with new mu versions"},
|
"automatically upgrade the database with new mu versions"},
|
||||||
{"nocleanup", 'u', 0, G_OPTION_ARG_NONE, &opts->nocleanup,
|
{"nocleanup", 'n', 0, G_OPTION_ARG_NONE, &opts->nocleanup,
|
||||||
"don't clean up the database after indexing", NULL},
|
"don't clean up the database after indexing", NULL},
|
||||||
{ NULL, 0, 0, 0, NULL, NULL, NULL }
|
{ NULL, 0, 0, 0, NULL, NULL, NULL }
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user