* mu-config,mu-index: rename --empty -> --rebuild, small changes for maildir stuff
This commit is contained in:
@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user