* mu-config: add cleanup option, expand all dir parameters (ie, "~")

This commit is contained in:
Dirk-Jan C. Binnema
2010-01-04 20:20:35 +02:00
parent bc03af4b32
commit cb2b5b555f
2 changed files with 10 additions and 5 deletions

View File

@ -40,7 +40,7 @@ struct _MuConfigOptions {
/* options for indexing */
char *maildir; /* where the mails are */
gboolean cleanup; /* cleanup deleted mails form db */
gboolean cleanup; /* cleanup deleted mails from db */
gboolean reindex; /* re-index existing mails */
/* options for querying */