diff --git a/man/mu-cleanup.1 b/man/mu-cleanup.1 deleted file mode 100644 index bb48ef69..00000000 --- a/man/mu-cleanup.1 +++ /dev/null @@ -1,48 +0,0 @@ -.TH MU CLEANUP 1 "May 2011" "User Manuals" - -.SH NAME - -mu cleanup \- clean up the mu database - -.SH SYNOPSIS - -.B mu cleanup [options] - -.SH DESCRIPTION - -\fBcleanup\fR removes messages from the database for which no corresponding -file can be found in the file system. This is done automatically when running -\fBmu index\fR (unless \fB\-\-nocleanup\fR was specified), but \fBmu cleanup\fR -can be used to do the cleanup explicitly. - -\fBmu cleanup\fR does not remove messages that are outside the currently -specified Maildir, as long as they still exist. The command only takes global -options, which are described in the \fBmu (1)\fR man page. - -.SH RETURN VALUE - -\fBmu cleanup\fR return 0 upon successful completion. Anything else leads to a -non-zero return value, for example: - -.nf -| code | meaning | -|------+--------------------------------| -| 0 | ok | -| 1 | general error | -| 4 | database is corrupted | -.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 - -.SH "SEE ALSO" - -.BR maildir(5) -.BR mu-index(1) -.BR mu(1)