1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-22 07:06:48 +02:00
mu/man/mu-cleanup.1

48 lines
1.1 KiB
Groff
Raw Normal View History

2011-01-12 22:14:51 +01:00
.TH MU CLEANUP 1 "January 2011" "User Manuals"
.SH NAME
mu cleanup \- clean up the mu database
.SH SYNOPSIS
.B mu cleanup [options]
.SH DESCRIPTION
2010-11-30 21:11:40 +01:00
\fBcleanup\fR removes messages for which no corresponding file can
be found, from the database. This is done automatically when running
2010-10-25 23:25:14 +02:00
\fBmu index\fR (unless \fB\-\-nocleanup\fR was specified).
2010-10-25 23:25:14 +02:00
\fBmu cleanup\fR does not remove messages that are outside the currently
2010-11-30 21:11:40 +01:00
specified Maildir, as long as they still exist. The command only takes global
options, which are described in the \fBmu (1)\fR man page.
2011-01-12 22:14:51 +01:00
.SH RETURN VALUE
\fBmu cleanup\fR return 0 upon successful completion. Anything else leads to a
non-zero return value, for example:
.sh
| code | meaning |
|------+--------------------------------|
| 0 | ok |
| 1 | general error |
| 4 | database is corrupted |
.si
.SH BUGS
2010-09-05 20:20:46 +02:00
Please report bugs if you find them:
.BR http://code.google.com/p/mu0/issues/list
.SH AUTHOR
Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
.SH "SEE ALSO"
.BR maildir(5)
.BR mu-index(1)
.BR mu(1)