* mu-config,mu-util.[ch]: try MAILDIR, they ~/Maildir as a guess for the maildir

This commit is contained in:
Dirk-Jan C. Binnema
2009-12-09 19:53:30 +02:00
parent 1e2054d19b
commit b48e44f7c9
3 changed files with 50 additions and 2 deletions

View File

@ -105,6 +105,8 @@ mu_config_options_group_query (MuConfigOptions *opts)
void
mu_config_init (MuConfigOptions *opts)
{
@ -120,8 +122,9 @@ mu_config_init (MuConfigOptions *opts)
opts->log_append = TRUE;
opts->log_stderr = FALSE;
/* indexing */
opts->maildir = mu_util_dir_expand ("~/Maildir");
/* indexing */
opts->maildir = mu_util_guess_maildir ();
opts->cleanup = FALSE;
opts->reindex = FALSE;