diff --git a/src/mu-config.c b/src/mu-config.c index 570f5018..897452ad 100644 --- a/src/mu-config.c +++ b/src/mu-config.c @@ -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");