* mu-config: set some more sensible defaults

This commit is contained in:
Dirk-Jan C. Binnema 2009-12-05 20:11:18 +02:00
parent c16cea11c9
commit 91f2befcec
1 changed files with 5 additions and 3 deletions

View File

@ -114,9 +114,11 @@ mu_config_init (MuConfigOptions *opts)
memset (opts, 0, sizeof(MuConfigOptions));
/* general */
opts->quiet = FALSE;
opts->debug = FALSE;
opts->muhome = mu_util_dir_expand ("~/.mu");
opts->quiet = FALSE;
opts->debug = FALSE;
opts->muhome = mu_util_dir_expand ("~/.mu");
opts->log_append = TRUE;
opts->log_stderr = FALSE;
/* indexing */
opts->maildir = mu_util_dir_expand ("~/Maildir");