* mu-config: set some more sensible defaults
This commit is contained in:
@ -114,9 +114,11 @@ mu_config_init (MuConfigOptions *opts)
|
|||||||
memset (opts, 0, sizeof(MuConfigOptions));
|
memset (opts, 0, sizeof(MuConfigOptions));
|
||||||
|
|
||||||
/* general */
|
/* general */
|
||||||
opts->quiet = FALSE;
|
opts->quiet = FALSE;
|
||||||
opts->debug = FALSE;
|
opts->debug = FALSE;
|
||||||
opts->muhome = mu_util_dir_expand ("~/.mu");
|
opts->muhome = mu_util_dir_expand ("~/.mu");
|
||||||
|
opts->log_append = TRUE;
|
||||||
|
opts->log_stderr = FALSE;
|
||||||
|
|
||||||
/* indexing */
|
/* indexing */
|
||||||
opts->maildir = mu_util_dir_expand ("~/Maildir");
|
opts->maildir = mu_util_dir_expand ("~/Maildir");
|
||||||
|
|||||||
Reference in New Issue
Block a user