diff --git a/src/mu-cmd-index.c b/src/mu-cmd-index.c index 7ea167f2..1c17c27e 100644 --- a/src/mu-cmd-index.c +++ b/src/mu-cmd-index.c @@ -78,7 +78,7 @@ check_index_params (MuConfigOptions *opts) return FALSE; } - if (!mu_util_check_dir (opts->maildir, TRUE, TRUE)) { + if (!mu_util_check_dir (opts->maildir, TRUE, FALSE)) { g_message ("Please provide a valid Maildir"); return FALSE; }