diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2021-11-11 21:27:05 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2021-11-13 08:49:53 +0200 |
| commit | 38bd7ab4d2c3de94da1357cdb7437c62b84aa292 (patch) | |
| tree | b4a96d28d3ec95d4f820e30434633af5bdc68e52 | |
| parent | 6b3ee33b1a2028136b5c0001a0d9e7422c2f7231 (diff) | |
doc: remove 'rebuild' remnants
There's no --rebuild anymore (since a long time), so let's remove some remnants.
| -rw-r--r-- | mu/mu-config.hh | 1 | ||||
| -rw-r--r-- | toys/mug/mug.cc | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/mu/mu-config.hh b/mu/mu-config.hh index 93c465b..acc2f4d 100644 --- a/mu/mu-config.hh +++ b/mu/mu-config.hh @@ -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 */ diff --git a/toys/mug/mug.cc b/toys/mug/mug.cc index 5833ee4..a5ff2fb 100644 --- a/toys/mug/mug.cc +++ b/toys/mug/mug.cc @@ -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" |
