* mu-cmd-index.c: don't require a writeable Maildir
This commit is contained in:
@ -78,7 +78,7 @@ check_index_params (MuConfigOptions *opts)
|
|||||||
return FALSE;
|
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");
|
g_message ("Please provide a valid Maildir");
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user