From 8955b360d7ea818eefe5d92ee79ed5cfc39f7659 Mon Sep 17 00:00:00 2001 From: djcb Date: Sat, 18 Feb 2012 17:11:32 +0200 Subject: [PATCH] * remove traces of the 'cleanup' command --- man/mu-easy.1 | 1 - man/mu.1 | 14 ++------------ src/mu-cmd.c | 2 +- 3 files changed, 3 insertions(+), 14 deletions(-) diff --git a/man/mu-easy.1 b/man/mu-easy.1 index 288dc36b..15fdfe7d 100644 --- a/man/mu-easy.1 +++ b/man/mu-easy.1 @@ -274,7 +274,6 @@ Dirk-Jan C. Binnema .SH "SEE ALSO" .BR mu(1) .BR mu-index(1) -.BR mu-cleanup(1) .BR mu-find(1) .BR mu-mkdir(1) .BR mu-view(1) diff --git a/man/mu.1 b/man/mu.1 index 98c13e10..73b38b75 100644 --- a/man/mu.1 +++ b/man/mu.1 @@ -11,8 +11,6 @@ index and search e-mail messages. .B mu index [options] -.B mu cleanup [options] - .B mu find [options] .B mu view [] @@ -56,13 +54,6 @@ information in a database. See .BR mu-index(1) \. -.TP -\fBcleanup\fR -for removing messages from the database for which there is no longer a -corresponding message file in the file system. See -.BR mu-cleanup(1) -\. - .TP \fBfind\fR for finding messages in your database, using certain search @@ -113,7 +104,7 @@ support colors. \fBmu\fR's output is in the current locale, with the exceptions of the output specifically meant for output to UTF8-encoded files. In practice, this means -that the output of commands \fBindex\fR, \fBcleanup\fR, \fBview\fR, +that the output of commands \fBindex\fR, \fBview\fR, \fBextract\fR is always encoded according to the current locale. The same is true for \fBfind\fR and \fBcfind\fR, with some exceptions, where @@ -129,7 +120,7 @@ For \fBfind\fR the output is encoded according the locale for .SH DATABASE AND FILE -Commands \fBmu index\fR, \fBfind\fR and \fBcleanup\fR work with the database, +Commands \fBmu index\fR and \fBfind\fR and \fBcfind\fR work with the database, while the other ones work on invidual mail files. Hence, running \fview\fR, \fBmkdir\fR and \fBextract\fR does not require the mu database. @@ -227,7 +218,6 @@ Dirk-Jan C. Binnema .SH "SEE ALSO" .BR mu-index(1) -.BR mu-cleanup(1) .BR mu-find(1) .BR mu-cfind(1) .BR mu-mkdir(1) diff --git a/src/mu-cmd.c b/src/mu-cmd.c index 30b394e8..ba80e9a2 100644 --- a/src/mu-cmd.c +++ b/src/mu-cmd.c @@ -392,7 +392,7 @@ static void show_usage (void) { g_message ("usage: mu command [options] [parameters]"); - g_message ("where command is one of index, find, cfind, view, mkdir, cleanup, " + g_message ("where command is one of index, find, cfind, view, mkdir, " "extract, add, remove or server"); g_message ("see the mu, mu- or mu-easy manpages for " "more information");