doc: remove 'rebuild' remnants

There's no --rebuild anymore (since a long time), so let's remove some remnants.
This commit is contained in:
Dirk-Jan C. Binnema 2021-11-11 21:27:05 +02:00
parent 6b3ee33b1a
commit 38bd7ab4d2
2 changed files with 1 additions and 2 deletions

View File

@ -116,7 +116,6 @@ struct _MuConfig {
/* options for indexing */
gboolean nocleanup; /* don't cleanup del'd mails from db */
gboolean rebuild; /* empty the database before indexing */
gboolean lazycheck; /* don't check dirs with up-to-date
* timestamps */

View File

@ -233,7 +233,7 @@ on_list_view_error (MugMsgListView * mlist, MugError err, MugData * mugdata)
switch (err) {
case MUG_ERROR_XAPIAN_NOT_UPTODATE:
msg = "The Xapian Database has the wrong version\n"
"Please run 'mu index --rebuild'";
"Please run 'mu init'";
break;
case MUG_ERROR_XAPIAN_DIR:
msg = "Cannot find the Xapian database dir\n"