* mu-config: set some more sensible defaults
This commit is contained in:
@ -117,6 +117,8 @@ mu_config_init (MuConfigOptions *opts)
|
|||||||
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