* mu-config,mu-index: rename --empty -> --rebuild, small changes for maildir stuff

This commit is contained in:
Dirk-Jan C. Binnema
2010-02-08 21:21:30 +02:00
parent 8f825b4816
commit c141d9436c
3 changed files with 13 additions and 11 deletions

View File

@ -45,7 +45,7 @@ struct _MuConfigOptions {
char *maildir; /* where the mails are */
gboolean nocleanup; /* don't cleanup deleted mails from db */
gboolean reindex; /* re-index existing mails */
gboolean empty; /* empty the database before indexing */
gboolean rebuild; /* empty the database before indexing */
gboolean autoupgrade; /* automatically upgrade db
* when needed */